Commits
User selector
Commit History
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
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 Apr 9, 2020
[Wasm] Build fix for non-unified builds
Show description for 00a3140committed
Commits on Apr 6, 2020
Implement 1GB of executable memory on arm64
Show description for f43d544committed
Commits on Dec 10, 2019
[WebAssembly] Remove WasmValidate
Show description for d1f7d20committed
Commits on Dec 5, 2019
[WebAssembly] Validate and generate bytecode in one pass
Show description for da01401committed
Commits on Oct 16, 2019
Move assert in Wasm::Plan::fail.
Show description for cd57cb5committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Sep 10, 2019
[WebAssembly] Use StreamingParser in existing Wasm::BBQPlan
Show description for 9d7b11ecommitted
Commits on Aug 28, 2018
[WebAssembly] Parse wasm modules in a streaming fashion
Show description for 5a41775committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
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 Sep 13, 2017
Do unified source builds for JSC
Show description for 6313e87committed
Commits on Jul 4, 2017
Cleanup some StringBuilder use
Show description for 647fb08authored andcommitted
Commits on Jun 21, 2017
Fix leak of ModuleInformations in BBQPlan constructors.
Show description for f348d6ecommitted
Commits on Apr 27, 2017
REGRESSION (r215843): ASSERTION FAILED: !m_completionTasks[0].first in JSC::Wasm::Plan::tryRemoveVMAndCancelIfLast(JSC::VM &)
Show description for c4adda6committed
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 1aa1b39committed
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
Commits on Apr 5, 2017
WebAssembly: Plans should be able to have more than one completion task.
Show description for e40634ccommittedWebAssembly: ModuleInformation should be a ref counted thing that can be shared across threads.
Show description for 5c40c80committed
Commits on Apr 4, 2017
WebAssembly: JSWebAssemblyCallee should not be a JSCell
Show description for a36e243committed
Commits on Apr 1, 2017
WebAssembly: Make our calls out to JS PIC friendly
Show description for 5d3a842committedWebAssembly: Add compilation level option
Show description for 75e092acommitted
Commits on Mar 31, 2017
WebAssembly: Strip WasmParser and WasmFunctionParser from knowing about VM
Show description for 37eae50committedWebAssembly: Ref count Signature and SignatureInformation should not care about VM
Show description for cf6e822committed
Commits on Mar 29, 2017
LinkBuffer and ExecutableAllocator shouldn't have anything to do with VM
Show description for 4ed0e2bcommittedWebAssembly: Worklist should periodically check in to see if there are higher priority jobs to do.
Show description for 71ff471committed