Commits
User selector
Commit History
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on May 3, 2025
Do further adoption of [[likely]] / [[unlikely]] in JSC
Show description for 3d0b49acommitted
Commits on Sep 19, 2024
Implement new Wasm exception spec
Show description for 14eaa7fcommitted
Commits on Jan 20, 2023
[JSC] Store Wasm::Instance* in |codeBlock| slot
Show description for c9c2f34committed
Commits on Jan 5, 2023
[JSC] Remove Wasm FastTLS
Show description for 5b97146committed
Commits on Mar 3, 2022
Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams
Show description for 72c2052committed
Justin Michaud
Commits on Dec 11, 2021
[JSC] Wasm catch thunk should be JIT code to use ExceptionHandlerPtrTag
Show description for 9005bd8committed
Commits on Nov 11, 2021
Non-unified build fixes, early November 2021 edition, bis
Show description for 6a39aefcommitted
Commits on Oct 8, 2021
Implement the WebAssembly exception handling proposal
Show description for 3df56eccommitted
Commits on Oct 14, 2020
Non-unified build fixes, mid October 2020
Show description for 67246f3committed
Commits on Oct 6, 2020
[JSC] More consistent PtrTagging for code types
Show description for 7be0568committed
Commits on May 27, 2020
Add missing #include for when LLINT_TRACING is enabled.
Show description for cdcfc70committed
Mark Lam
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Jul 9, 2018
Add --traceLLIntExecution and --traceLLIntSlowPath options.
Show description for e8557dbcommitted
Mark Lam
Commits on Apr 20, 2018
Some JSEntryPtrTags should actually be JSInternalPtrTags.
Show description for defef81committed
Mark Lam
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Mar 9, 2018
[Re-landing] Prepare LLInt code to support pointer profiling.
Show description for ec70bd4committed
Mark LamUnreviewed, rolling out r229354 and r229364.
Show description for 9fba20cauthored andcommitted
Commits on Mar 7, 2018
Prepare LLInt code to support pointer profiling.
Show description for 3bc0c2ecommitted
Mark Lam
Commits on Dec 23, 2016
Fix broken LLINT_SLOW_PATH_TRACING build.
Show description for 68c16a9committed
Mark Lam
Commits on Sep 7, 2016
Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.
Show description for 1f253c1committed
Mark Lam
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 24, 2016
Unreviewed, roll out r204901, r204897, r204866, r204856, r204854.
Show description for 48ee972committed
Filip Pizlo
Commits on Aug 23, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 065a045committed
Filip Pizlo
Commits on Jun 19, 2014
Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
Show description for efc0443committed
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Oct 3, 2013
Make LLINT exception stack unwinding consistent with the JIT.
Show description for 825d83acommitted
Mark Lam
Commits on Sep 22, 2013
Interpreter::unwind() has no need for the bytecodeOffset
Show description for e18f625committed
Filip Pizlo
Commits on Aug 29, 2013
Source/JavaScriptCore: VM::throwException() crashes reproducibly in testapi with !ENABLE(JIT)
Show description for 128d1f0authored andcommitted
Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548
Show description for 6cce102authored andcommitted
Commits on Jul 26, 2013
[Windows] Speculative build fix.
Show description for 6397fd3committed
Commits on Jul 25, 2013
fourthTier: LLInt shouldn't store an offset call PC during op_call-like calls
Show description for 03fdfafcommitted
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed