WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (181 - 190 of 3373)

← 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 →
[222328]: WSL needs a way to verify that structs are not cyclic ...
WSL needs a way to verify that structs are not cyclic https://bugs.webkit.org/show_bug.cgi?id=177044 Reviewed by Myles Maxfield. This adds a recursive type checking phase. Even before adding this phase, the compiler would success ...
By fpizlo@apple.com — Sep 21, 2017 10:41:11 AM
[222295]: WSL should not type-check functions in the standard library that it ...
WSL should not type-check functions in the standard library that it does not use https://bugs.webkit.org/show_bug.cgi?id=177269 Reviewed by JS Bastien. Once we added all of the swizzling operators, the size of the standard librar ...
By fpizlo@apple.com — Sep 20, 2017 3:41:01 PM
[222215]: Primitive protocol should have capital name ...
Primitive protocol should have capital name https://bugs.webkit.org/show_bug.cgi?id=177097 Reviewed by JF Bastien. As soon as I started programming in WSL, I found that I preferred to capitalize protocol names. So, my early decis ...
By fpizlo@apple.com — Sep 19, 2017 11:28:25 AM
[222210]: Cannot put typedefs of templated structs inside structs ...
Cannot put typedefs of templated structs inside structs https://bugs.webkit.org/show_bug.cgi?id=177123 Reviewed by Michael Saboff. Ever since I wrote the generic type instantiation code in WSL, it had a bizarre stink to it. I did ...
By fpizlo@apple.com — Sep 19, 2017 9:38:37 AM
[222201]: [WSL] Cannot put templated structs inside structs ...
[WSL] Cannot put templated structs inside structs https://bugs.webkit.org/show_bug.cgi?id=177120 Reviewed by Myles Maxfield. It turns out that we still need to instantiate structs even if not passing type arguments, since its fie ...
By fpizlo@apple.com — Sep 18, 2017 9:15:56 PM
[222200]: WSL should support enum https://bugs.webkit.org/show_bug.cgi?id=176977 ...
WSL should support enum https://bugs.webkit.org/show_bug.cgi?id=176977 Reviewed by Myles Maxfield. This implements enum. Enums members are referenced Java-style. For example, if we have an enum like: enum Bank { ...
By fpizlo@apple.com — Sep 18, 2017 8:44:25 PM
[222199]: WSL prepare() should cache the parsed standard library ...
WSL prepare() should cache the parsed standard library https://bugs.webkit.org/show_bug.cgi?id=177118 Reviewed by Myles Maxfield. The execution time of Test.js is too damn high! So I made it 2x faster by caching the pars ...
By fpizlo@apple.com — Sep 18, 2017 8:19:22 PM
[222186]: ErrorInstance and Exception need destroy methods ...
ErrorInstance and Exception need destroy methods https://bugs.webkit.org/show_bug.cgi?id=177095 Reviewed by Saam Barati. When I made ErrorInstance and Exception into JSDestructibleObjects, I forgot to make them follow that type's ...
By fpizlo@apple.com — Sep 18, 2017 3:41:04 PM
[222184]: WSL should know that constexpr parameters are not lvalues ...
WSL should know that constexpr parameters are not lvalues https://bugs.webkit.org/show_bug.cgi?id=177104 Reviewed by Saam Barati. This should be an error: void foo<int x>() { x = 42; } Previo ...
By fpizlo@apple.com — Sep 18, 2017 3:36:28 PM
[222173]: Unreviewed, fix typo. * WebGPUShadingLanguageRI/WSL.md:
Unreviewed, fix typo. * WebGPUShadingLanguageRI/WSL.md:
By fpizlo@apple.com — Sep 18, 2017 12:14:10 PM
← 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple