Commits
User selector
Commit History
Commits on May 3, 2026
Re-land "[Build speed] Reduce JSC includes in WebCore JS bindings"
Show description for 423f593committed
Commits on Feb 23, 2026
[JSC] Merge RegisterSetBuilder into RegisterSet
Show description for b23dfb2committed
Commits on Aug 27, 2024
[WASM] Subsequent comparisons and conditional branches should be fused in BBQ
Show description for 406449dcommitted
Commits on May 23, 2024
Remove more X86 JIT related remainings
Show description for 63a45fecommitted
Commits on Dec 15, 2023
[JSC] Avoid nested LinkBuffer creation
Show description for 441c3cfauthored andcommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Oct 19, 2022
Refactor RegisterSet to support 128-bit widths
Show description for 912bf24authored andcommitted
Commits on Oct 15, 2022
Unreviewed, revert 255583@main because of build breakage
Show description for 6adb4a8committedRefactor RegisterSet to support 128-bit widths
Show description for a57d810authored andcommitted
Commits on Oct 2, 2022
[JSC][ARMv7] Fix clang compiler errors Constexpr if with a non-bool condition
Show description for d2e2712committed
Commits on Aug 23, 2022
Introduce WTF::CodePtr and use it to replace MetaAllocatorPtr, MacroAssemblerCodePtr, and FunctionPtr.
Show description for 096596fcommitted
Mark Lam
Commits on Apr 6, 2022
[JSC] Strictly annotate pointers with TrustedImmPtr in CCallHelpers
Show description for 0ac7da6committed
Commits on Mar 7, 2022
[JSC] Add missing CPU(RISCV64) guards in CTI thunk prologue, epilogue generators
Show description for 83a68e9committed
commit-queue@webkit.org
Commits on Mar 1, 2022
[JSC] Port EXTRA_CTI_THUNKS to all platforms
Show description for ec085c1authored andcommitted
Commits on Sep 27, 2021
Build an unlinked baseline JIT
Show description for bfd44c5committedUnreviewed, reverting r283102, r283103 and r283104.
Show description for 85dc747committedBuild an unlinked baseline JIT
Show description for a303c1ccommitted
Commits on Sep 26, 2021
Unreviewed, reverting r283083 and r283088.
Show description for 957a838committed
Commits on Sep 25, 2021
Build an unlinked baseline JIT
Show description for 1026101committed
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on May 21, 2021
Non-unified build fixes, late-ish May 2021 edition
Show description for 4121488committed
Commits on May 18, 2021
Add Data Call ICs that don't repatch and use them in the baseline JIT
Show description for 3de6f84committed
Commits on Apr 9, 2020
Implement a more efficient tagCFunction() tool.
Show description for f717ee9committed
Mark Lam
Commits on Oct 24, 2019
[JSC] Figure out missing prepareCallOperation
Show description for 23f32aecommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Jan 29, 2019
[JSC] Reduce size of memory used for ShadowChicken
Show description for 269de2ccommitted
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Mar 31, 2018
Add pointer profiling support in baseline JIT and supporting files.
Show description for 093088ccommitted
Mark Lam
Commits on Mar 14, 2018
Enhance the MacroAssembler and LinkBuffer to support pointer profiling.
Show description for fcf6953committed
Mark Lam
Commits on Mar 8, 2018
Meta-program setupArguments and callOperation
Show description for 288ca86committed
Commits on Mar 29, 2017
AssemblyHelpers should not have a VM field
Show description for a61cbfacommitted
Commits on Oct 4, 2016
[JSC] Add a new byte code op_define_property instead of calling defineProperty
Show description for c144c40committed
Commits on Jul 8, 2016
Move CallFrame header info from JSStack.h to CallFrame.h
Show description for 330082dcommitted
Mark Lam
Commits on May 16, 2016
Hook up ShadowChicken to the debugger to show tail deleted frames
Show description for 87b9002committed
Commits on May 9, 2016
Getter and setter on super are called with wrong "this" object
Show description for 8e68549committed