Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on May 22, 2021
Stop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on Jan 28, 2021
WebAssembly: add support for stream APIs
Show description for 9783bd1committed
Commits on Jan 23, 2021
[JSC] Allow to build WebAssembly without B3
Show description for 0f083bbauthored andcommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Dec 6, 2019
[WebAssembly] Fix LLIntCallee's ownership
Show description for d1b1446committed
Commits on Dec 5, 2019
[WebAssembly] Validate and generate bytecode in one pass
Show description for da01401committed
Commits on Oct 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Commits on Sep 18, 2019
Unreviewed, rolling out r250002.
Show description for 1bbdf79committed
Commits on Sep 17, 2019
Change WebAssembly calling conventions
Show description for 22686f7committed
Commits on Aug 20, 2019
[JSC] OSR entry to Wasm OMG
Show description for 422b06ecommitted
Commits on Mar 30, 2018
Use MacroAssemblerCodePtr in Wasm code for code pointers instead of void*.
Show description for 5388171committed
Mark Lam
Commits on Nov 30, 2017
Let's scramble MacroAssemblerCodePtr values.
Show description for cc32893committed
Mark Lam
Commits on Oct 24, 2017
WebAssembly: NFC renames of things that aren't JS-specific
Show description for a778238committed
Commits on Oct 20, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 6b950e6committed
Commits on Oct 6, 2017
Unreviewed, rolling out r222791 and r222873.
Show description for 8171170authored andcommitted
Commits on Oct 3, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 26ecac5committed
Commits on Aug 2, 2017
Bmalloc and GC should put auxiliaries (butterflies, typed array backing stores) in a gigacage (separate multi-GB VM region)
Show description for 6211fc3committed
Filip Pizlo
Commits on Jun 8, 2017
WebAssembly: We should only create wrappers for functions that can be exported
Show description for 6d0ffd9committed
Commits on Apr 27, 2017
REGRESSION (r215843): ASSERTION FAILED: !m_completionTasks[0].first in JSC::Wasm::Plan::tryRemoveVMAndCancelIfLast(JSC::VM &)
Show description for c4adda6committedFollow up to r215843
Show description for fa878f4committed
Commits on Apr 26, 2017
WebAssembly: Implement tier up
Show description for 1d4db34committed
Commits on Apr 14, 2017
WebAssembly: There is a short window of time where a CodeBlock could be destroyed before all of its async compilation callbacks are called
Show description for 1aa1b39committedWebAssembly: We should be able to postMessage a JSWebAssemblyModule
Show description for 74dc9c8committed
Commits on Apr 7, 2017
WebAssembly: Make to a compilation API that allows for multi-VM concurrent compilations of Wasm Modules
Show description for dd8fc75committed
Loading