Results (201 - 210 of 3373)
- [221860]: IntLiteral should prefer int32 during overload resolution ...
- IntLiteral should prefer int32 during overload resolution https://bugs.webkit.org/show_bug.cgi?id=176675 Reviewed by Myles Maxfield. This makes intLiteralType prefer to resolve to int over other types. This also adds tes ...
- By Sep 11, 2017, 10:20:49 AM —
- [221859]: WSL should be able to handle a simple constexpr type parameter ...
- WSL should be able to handle a simple constexpr type parameter https://bugs.webkit.org/show_bug.cgi?id=176676 Reviewed by Myles Maxfield. This adds a test that uses a constexpr type parameter, and then fixed enough bugs to get th ...
- By Sep 11, 2017, 10:18:38 AM —
- [221837]: WSL overload resolution should not be cascading ...
- WSL overload resolution should not be cascading https://bugs.webkit.org/show_bug.cgi?id=176333 Reviewed by Myles Maxfield. This removes the cascading nature of overload resolution that WSL used to have, and replaces it with somet ...
- By Sep 10, 2017, 2:49:13 PM —
- [221836]: Error should compute .stack and friends lazily ...
- Error should compute .stack and friends lazily https://bugs.webkit.org/show_bug.cgi?id=176645 Reviewed by Saam Barati. JSTests: * ChakraCore.yaml: Skip test that was testing non-standard behavior of these fields. * microbenchmarks/new-e ...
- By Sep 10, 2017, 12:00:03 PM —
- [221829]: Add "if" statements to WSL ...
- Add "if" statements to WSL https://bugs.webkit.org/show_bug.cgi?id=176294 Patch by Myles C. Maxfield <mmaxfield@apple.com> on 2017-09-07 Reviewed by Filip Pizlo. Rolling back in after skipping Test.js on debug. Fairly straightfo ...
- By Sep 9, 2017, 3:07:45 PM —
- [221757]: WSL Node.prototype.visit should probably do memoization ...
- WSL Node.prototype.visit should probably do memoization https://bugs.webkit.org/show_bug.cgi?id=176286 Reviewed by Mark Lam. Visitors can sometimes revisit the same thing. For example, we may visit a FuncDef because it belongs to ...
- By Sep 7, 2017, 2:18:43 PM —
- [221750]: WSL should check recursion ...
- WSL should check recursion https://bugs.webkit.org/show_bug.cgi?id=176553 Reviewed by Michael Saboff and Mark Lam. This adds a recursion checker. Previously, we would only check for recursion during inlining, but that generally o ...
- By Sep 7, 2017, 12:56:03 PM —
- [221745]: WSL tests should run in run-javascriptcore-tests ...
- WSL tests should run in run-javascriptcore-tests https://bugs.webkit.org/show_bug.cgi?id=176550 Reviewed by Keith Miller. * Scripts/run-javascriptcore-tests: (runJSCStressTests): * WebGPUShadingLanguageRI/wsl-tests.yaml: Added.
- By Sep 7, 2017, 12:25:45 PM —
- [221740]: [WSL] Rationalize how protocol inheritance deals with type parameters ...
- [WSL] Rationalize how protocol inheritance deals with type parameters https://bugs.webkit.org/show_bug.cgi?id=176334 Reviewed by Mark Lam. This adds a bunch of tests for structs, protocols, and functions interacting in interestin ...
- By Sep 7, 2017, 10:53:50 AM —
- [221692]: WSL: Inliner doesn't allow double-negation ...
- WSL: Inliner doesn't allow double-negation https://bugs.webkit.org/show_bug.cgi?id=176440 Reviewed by Mylex Maxfield. The problem was that we were visiting the operands to calls while inside doVisit. This is too strict since it r ...
- By Sep 6, 2017, 1:03:59 PM —
Note:
See TracSearch
for help on searching.