Commits
User selector
Commit History
Commits on May 23, 2021
Enhance Link Buffer stats to have more fine grain profiles, and to collect count information.
Show description for 2dba95ecommitted
Mark Lam
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 May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
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
Implement a more efficient tagCFunction() tool.
Show description for f717ee9committed
Mark Lam
Commits on Dec 5, 2019
[WebAssembly] Validate and generate bytecode in one pass
Show description for da01401committed
Commits on Oct 24, 2019
[JSC] Figure out missing prepareCallOperation
Show description for 23f32aecommitted
Commits on Oct 1, 2019
Add support for the Wasm multi-value proposal
Show description for fbf1012committed
Commits on Aug 20, 2019
[JSC] OSR entry to Wasm OMG
Show description for 422b06ecommitted
Commits on Aug 14, 2019
[JSC] Make PAC jump and return more explicit
Show description for 8fa02a6committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 12, 2018
Consolidate some PtrTags.
Show description for e529282committed
Mark Lam
Commits on Mar 30, 2018
Add pointer profiling support to Wasm.
Show description for 8d42094committed
Mark Lam
Commits on Mar 14, 2018
Enhance the MacroAssembler and LinkBuffer to support pointer profiling.
Show description for fcf6953committed
Mark Lam
Commits on Feb 27, 2018
Modernize FINALIZE_CODE and peer macros to use __VA_ARGS__ arguments.
Show description for d5cb9eccommitted
Mark Lam
Commits on Feb 14, 2018
Crash: triggerOMGTierUpThunkGenerator() doesn't align the stack pointer before calling C++ code
Show description for 51d5ae4committed
Commits on Dec 1, 2017
WebAssembly: restore cached stack limit after out-call
Show description for 00efa4dcommitted
Commits on Oct 26, 2017
WebAssembly: no VM / JS version of our implementation
Show description for 43f84e9committed
Commits on Oct 24, 2017
Unreviewed, reland r223866
Show description for 876db8fcommittedUnreviewed, rolling out r223866.
Show description for dc9f98bcommittedWebAssembly: topEntryFrame on Wasm::Instance
Show description for f1507e1committed
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 Jun 6, 2017
OMG tier up checks should be a patchpoint
Show description for 184a995committedUnreviewed, rolling out r217812.
Show description for 8c32316committedOMG tier up checks should be a patchpoint
Show description for 648e20dcommitted
Commits on May 21, 2017
We overwrite the callee save space on the stack when throwing stack overflow from wasm
Show description for 18d18b2committed
Commits on May 18, 2017
WebAssembly: perform stack checks
Show description for 8430609committed
Commits on Apr 4, 2017
WebAssembly: JSWebAssemblyCallee should not be a JSCell
Show description for a36e243committed
Commits on Mar 31, 2017
WebAssembly: When Wasm calls to C, it should use Wasm::Context* instead of ExecState* to get VM
Show description for 235a79acommitted
Loading