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

Context Navigation



Results (221 - 230 of 3373)

← 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 →
[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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — Aug 31, 2017 1:46:58 PM
← 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple