Commits
User selector
Commit History
Commits on Jun 8, 2026
[JSC] Propagate "singleton" invalidation to originating SymbolTable
Show description for 6da8eadcommitted
Commits on May 16, 2026
Unreviewed, reverting 313155@main.
Show description for 5393babauthored andcommitted
Commits on May 13, 2026
Disallow quick tier up recovery for builtins
Show description for e9f59c8committed
Commits on May 4, 2026
[CMake] Rationalize precompiled headers
Show description for 4ba47c6committed
Commits on Apr 21, 2026
[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 Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
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 13, 2026
[JSC] Allow quick DFG/FTL tier-up recovery after reinstall
Show description for f92b82dcommitted
Commits on Mar 12, 2026
[JSC] Split PropertyInlineCache into subclasses
Show description for d042d9bcommitted
Commits on Mar 9, 2026
[JSC] Combine HandlerIC with DataIC in PropertyInlineCache
Show description for 365ecfccommitted
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed[JSC] Cloned SymbolTable needs to be cached per JSGlobalObject
Show description for 5980a42committed
Commits on Mar 4, 2026
[JSC] Implement Quick FTL Tier-Up for proven-stable functions
Show description for 9af8142committed
Commits on Mar 3, 2026
[JSC] Tune quick DFG tier-up threshold with relaxed profile coverage requirements
Show description for 87d8e03committed
Commits on Feb 26, 2026
[JSC] Handle jettison during compilation finalization for DFG quick tier up
Show description for 66f509ecommitted
Commits on Feb 22, 2026
[JSC] Implement Quick DFG Tier-Up for proven-stable functions
Show description for 1837781committed
Commits on Feb 16, 2026
[JSC] Remove op_tail_call_forward_arguments
Show description for 8bbfb11committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 13, 2025
CodeBlock jettison should deref, rather than reset, StructureStubInfo
Show description for 1025bd1authored andcommitted
Commits on Oct 11, 2025
[JSC] GetFromScope and PutToScope should cache the StructureID
Show description for a512fe6committed
Commits on Jul 29, 2025
[JSC] Tier up when liveness / fullness profile rate does not change
Show description for 67685bfcommitted
Commits on Jul 10, 2025
[JSC] Use `enum class` for `CompilationResult`, `CachedCodeBlockTag`, `CodeSpecializationKind` for Safer C++
Show description for a2ae581authored andcommitted
Commits on Jun 26, 2025
[JSC] Concurrently computing CodeBlockHash
Show description for 82de5bbcommitted
Commits on Jun 16, 2025
[JSC] Ensure all visitWeak is called from StructureStubInfo
Show description for e6bba58committed
Commits on Jun 13, 2025
[JSC] Eagerly unlinking CodeBlock when jettisoning
Show description for 9629942committed
Commits on Jun 10, 2025
[JSC] Add ConcatKeyAtomStringCache
Show description for 133b229committed
Commits on May 30, 2025
Stop using Vector::data() in WTF and JSC
Show description for efc947ccommitted
Commits on May 22, 2025
Rename Vector::remove(index) to Vector::removeAt(index)
Show description for f30d291committed
Commits on May 17, 2025
[JSC] Allow CodeBlock hash computation from concurrent compiler thread
Show description for 4f51c8dcommitted
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
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