Results (211 - 220 of 3373)
- [221685]: We should have more tests of tail calls ...
- We should have more tests of tail calls https://bugs.webkit.org/show_bug.cgi?id=175754 Reviewed by Sam Weinig. This introduces a new test suite called TailBench9000, which will have benchmarks written in JavaScript that avoid all ...
- By Sep 6, 2017, 11:16:56 AM —
- [221593]: WSL IntLiteral should have variable type so that it can unify with ...
- WSL IntLiteral should have variable type so that it can unify with things like uint https://bugs.webkit.org/show_bug.cgi?id=176209 Reviewed by Mylex Maxfield. This introduces IntLiteralType, which can unify with any number type t ...
- By Sep 4, 2017, 1:15:33 PM —
- [221592]: Add more tests for null behavior in WSL ...
- Add more tests for null behavior in WSL https://bugs.webkit.org/show_bug.cgi?id=176318 Reviewed by Myles Maxfield. This adds more tests for the unification behavior of null. In the process, I found a couple small bugs and fixed t ...
- By Sep 4, 2017, 1:14:08 PM —
- [221550]: WSL should support structs ...
- WSL should support structs https://bugs.webkit.org/show_bug.cgi?id=176290 Reviewed by Mylex Maxfield. This adds parsing of struct types and makes them work. This required adding a struct layout phase, which in turn requi ...
- By Sep 3, 2017, 10:46:48 AM —
- [221549]: WSL NullType should be a special type variable so it can unify with ...
- WSL NullType should be a special type variable so it can unify with any pointer type https://bugs.webkit.org/show_bug.cgi?id=176235 Reviewed by Myles Maxfield. Null is just a type variable that plays by weird rules: - Ot ...
- By Sep 3, 2017, 10:43:25 AM —
- [221513]: WSL should check unreachable code and no returns ...
- WSL should check unreachable code and no returns https://bugs.webkit.org/show_bug.cgi?id=176262 Reviewed by Myles Maxfield. This adds phases to check whether non-void functions return and whether there is any code after a return ...
- By Sep 1, 2017, 7:33:46 PM —
- [221511]: WSL should use & for getting a ^ and @ for getting a [] ...
- WSL should use & for getting a ^ and @ for getting a [] https://bugs.webkit.org/show_bug.cgi?id=176245 Reviewed by Myles Maxfield. Using \ as an operator was a bad decision since that's an escape character in so many contexts. ...
- By Sep 1, 2017, 5:57:27 PM —
- [221497]: WSL should have more tests of type checking failures ...
- WSL should have more tests of type checking failures https://bugs.webkit.org/show_bug.cgi?id=176244 Reviewed by Myles Maxfield. * WebGPUShadingLanguageRI/Checker.js: (Checker.prototype.visitProtocolDecl.set throw): * WebGPUShadingLanguag ...
- By Sep 1, 2017, 2:45:30 PM —
- [221496]: WSL should be be able to call a function declared in a protocol from a ...
- WSL should be be able to call a function declared in a protocol from a generic function https://bugs.webkit.org/show_bug.cgi?id=176242 Reviewed by Myles Maxfield. It turns out that we need to know when a function is resolved to a ...
- By Sep 1, 2017, 2:35:30 PM —
- [221490]: [WSL] Add tests for storing to arrays ...
- [WSL] Add tests for storing to arrays https://bugs.webkit.org/show_bug.cgi?id=176237 Reviewed by Myles Maxfield. Storing to arrays works now. * WebGPUShadingLanguageRI/ArrayType.js: (ArrayType): * WebGPUShadingLanguageRI/Test.js ...
- By Sep 1, 2017, 11:57:15 AM —
Note:
See TracSearch
for help on searching.