Results (221 - 230 of 3373)
- [221487]: WSL Rewriter should be an identity on things that aren't inside ...
- WSL Rewriter should be an identity on things that aren't inside function bodies https://bugs.webkit.org/show_bug.cgi?id=176208 Reviewed by Myles Maxfield. Previously, if the Rewriter encountered a FunctionDef, StructType, NativeT ...
- By Sep 1, 2017, 11:48:27 AM —
- [221468]: WSL should support loading from arrays ...
- WSL should support loading from arrays https://bugs.webkit.org/show_bug.cgi?id=176207 Reviewed by Saam Barati. Getting a test that loads from arrays to work required doing a lot of things: - a[i] now parses to ^(operator ...
- By Aug 31, 2017, 7:52:14 PM —
- [221460]: WSL should support makeptr (\) ...
- WSL should support makeptr (\) https://bugs.webkit.org/show_bug.cgi?id=176197 Reviewed by Saam Barati. This required introducing some sanity about how pointers are carried around in the evaluator. It turns out that we need to be ...
- By Aug 31, 2017, 5:09:14 PM —
- [221450]: WSL should support dereference (^) ...
- WSL should support dereference (^) https://bugs.webkit.org/show_bug.cgi?id=176192 Reviewed by Myles Maxfield. This implements DereferenceExpression. It also renames Evaluator.prototype.visitFunctionBody, because that nam ...
- By Aug 31, 2017, 4:00:22 PM —
- [221449]: There should only be one callFunction API in WSL ...
- There should only be one callFunction API in WSL https://bugs.webkit.org/show_bug.cgi?id=176189 Reviewed by Saam Barati. This removes the need for callFunctionByRef, which was weird. It's now the case the TypedValue is always a t ...
- By Aug 31, 2017, 3:22:59 PM —
- [221448]: WSL EPtr does not need to carry around the type ...
- WSL EPtr does not need to carry around the type https://bugs.webkit.org/show_bug.cgi?id=176188 Reviewed by Saam Barati. To validate that the interpreter is modeling a statically typed execution environment, it's really best if va ...
- By Aug 31, 2017, 3:15:18 PM —
- [221446]: WSL doesn't need to wrap primitives like ints and floats in ...
- WSL doesn't need to wrap primitives like ints and floats in specialized classes like EInt and EFloat https://bugs.webkit.org/show_bug.cgi?id=176184 Reviewed by Saam Barati. The only use for EInt and EFloat was that users of the i ...
- By Aug 31, 2017, 2:50:57 PM —
- [221442]: WSL should handle variable assignments and variable declarations ...
- WSL should handle variable assignments and variable declarations https://bugs.webkit.org/show_bug.cgi?id=176180 Reviewed by Saam Barati. Just fills in VariableDecl and Assignment logic so that we can test variables. * WebGPUShad ...
- By Aug 31, 2017, 1:57:45 PM —
- [221440]: Fix debug crashes. Rubber stamped by Mark Lam. * ...
- Fix debug crashes. Rubber stamped by Mark Lam. * runtime/JSArrayBufferView.cpp: (JSC::JSArrayBufferView::ConstructionContext::ConstructionContext):
- By Aug 31, 2017, 1:50:55 PM —
- [221439]: All of the different ArrayBuffer::data's should be CagedPtr<> ...
- All of the different ArrayBuffer::data's should be CagedPtr<> https://bugs.webkit.org/show_bug.cgi?id=175515 Reviewed by Michael Saboff. Source/JavaScriptCore: This straightforwardly implements what the title says. * runtime/Ar ...
- By Aug 31, 2017, 1:46:58 PM —
Note:
See TracSearch
for help on searching.