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 May 2, 2026
Unreviewed, reverting 312470@main.
Show description for dd0c40eauthored andcommitted[Build speed] Reduce JSC includes in WebCore JS bindings
Show description for 5cdc5c9committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on May 6, 2023
Take advantage of C++20 and define only == and let the compiler define !=
Show description for 6e8fa52committed
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 Aug 14, 2022
Apply C++ type safety to Lookup.h's HashTableValue's ValueStorage union.
Show description for 757f991committed
Mark Lam
Commits on Aug 3, 2019
[ARM64E] Harden the diversity of the DOMJIT::Signature::unsafeFunction pointer.
Show description for f8257cacommitted
Mark Lam
Commits on Aug 1, 2019
Rename DOMJIT safe/unsafeFunction to functionWithTypeChecks and functionWithoutTypeChecks.
Show description for 1c2ab4bcommitted
Mark Lam
Commits on Mar 12, 2019
A lot more classes have padding that can be reduced by reordering their fields
Show description for 17b8ed8committed
Robin Morisset
Commits on Apr 20, 2018
Remove code for compilers that did not support NSDMI for aggregates
Show description for 7fe35bccommitted
Commits on Aug 25, 2017
Demarcate code added due to lack of NSDMI for aggregates
Show description for 55185cacommitted
Commits on Jul 27, 2017
Unreviewed, build fix for CLoop
Show description for eedc8aecommittedHoist DOM binding attribute getter prologue into JavaScriptCore taking advantage of DOMJIT / CheckSubClass
Show description for 7a144b2committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on May 27, 2017
[DOMJIT] Move DOMJIT patchpoint infrastructure out of domjit
Show description for 871fc50committed
Commits on May 19, 2017
[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
Show description for 3529fd3committed
Commits on May 18, 2017
Unreviewed, rolling out r217031, r217032, and r217037.
Show description for 888a27bcommitted[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
Show description for 3362f2dcommitted
Commits on Nov 3, 2016
Unreviewed, fix CLoop build after r208320.
Show description for 59b67b8committed[DOMJIT] Add DOMJIT::Signature
Show description for 2f93d5dcommitted
Commits on Oct 28, 2016
[DOMJIT] Rename CallDOM to CallDOMGetter
Show description for 2ef5049committed
Commits on Oct 26, 2016
[DOMJIT] Tell IDL result type to DFG to drop type checks in AI
Show description for 7dc271ecommitted
Commits on Oct 24, 2016
[DOMJIT] Add a way for DOMJIT::Patchpoint to express effects
Show description for 4f35b95committed
Commits on Oct 19, 2016
Replace std::experimental::variant with WTF::Variant (or similar)
Show description for bb7b88bauthored andcommitted
Commits on Oct 17, 2016
[DOMJIT] Use DOMJIT::Patchpoint in IC
Show description for f1503bacommitted
Commits on Oct 12, 2016
[DOMJIT][JSC] Explore the way to embed nodeType into JSC::JSType in WebCore
Show description for 31e88c2committed
Commits on Oct 11, 2016
[DOMJIT] DOMJIT::Patchpoint should have a way to receive constant folded arguments
Show description for 0d3f4a4committed
Commits on Oct 10, 2016
[DOMJIT] Implement Node accessors in DOMJIT
Show description for 84c6867committed
Commits on Oct 7, 2016
[DOMJIT] Support slow path call
Show description for c9e6517committed
Commits on Oct 6, 2016
[DOMJIT] Add initial CheckDOM and CallDOM implementations
Show description for 2465184committed
Commits on Oct 4, 2016
[DOMJIT] Introduce DOMJIT::GetterSetter to tell JIT information
Show description for 305c822committed
Loading