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 Apr 21, 2026
REGRESSION(311644@main): use of undeclared identifier 'Printer'
Show description for f7b8b67committed[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 18, 2026
[JSC] Fix quick DFG tier-up causing premature jettison on OSR entry failure
Show description for 90a5bb4committed
Commits on Mar 9, 2026
[JSC] Combine HandlerIC with DataIC in PropertyInlineCache
Show description for 365ecfccommittedAdopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed
Commits on Mar 4, 2026
[JSC] Implement Quick FTL Tier-Up for proven-stable functions
Show description for 9af8142committed
Commits on Feb 23, 2026
[JSC] Merge RegisterSetBuilder into RegisterSet
Show description for b23dfb2committed
Commits on Feb 22, 2026
[JSC] Implement Quick DFG Tier-Up for proven-stable functions
Show description for 1837781committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Nov 7, 2025
Adopt C++20 Concepts in JavaScriptCore/bytecode
Show description for 42aed41committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jul 17, 2025
Deprecate FastMalloc macro for new types
Show description for 37d4a68committedUnreviewed, reverting 297491@main (d9db853f14ab)
Show description for 411f204authored andcommitted
Commits on Jul 16, 2025
Deprecate FastMalloc macro for new types
Show description for d9db853committed
Commits on Jun 13, 2025
[JSC] Eagerly unlinking CodeBlock when jettisoning
Show description for 9629942committed
Commits on May 23, 2025
[JSC] Careful optimization of eval
Show description for d2420b6committed
Commits on May 17, 2025
[JSC] Allow CodeBlock hash computation from concurrent compiler thread
Show description for 4f51c8dcommitted
Commits on Apr 17, 2025
[JSC] Add inferredNameWithHash() helper for unified CodeBlock name and hash logging
Show description for 9f88bc3committed
Commits on Apr 15, 2025
Add sanity checks for CodeBlock::destroy().
Show description for 8d86a7bcommitted
Mark Lam
Commits on Feb 22, 2025
[JSC] Add heuristics for approx bytecode cost for FTL compiled code
Show description for 61945abcommitted
Commits on Feb 7, 2025
[JSC] Use DestructionMode instead of bool for JSCell::needsDestruction
Show description for e92b51ecommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Oct 2, 2024
Enable JIT and FTL by default on the Windows Port
Show description for 847f97eauthored andcommitted
Commits on Sep 23, 2024
[JSC] Move BaselineJITExecutionCounter to BaselineJITData
Show description for 50150bbcommitted
Commits on Sep 11, 2024
[JSC] Ensure StructureStubInfoClearingWatchpoint does not outlive its CodeBlock
Show description for 9ce98e0authored andcommitted
Commits on Sep 4, 2024
[JSC] Use FixedVector / span directly instead of unlinkedValueProfile etc.
Show description for 87225a4committed