Commits
User selector
Commit History
Commits on Jun 2, 2026
[JSC] MapIterator / SetIterator should be handled in DFG
Show description for 300fd8ccommitted[JSC] Add foundation of handling builtin iterators in fast-iteration-protocol
Show description for 3d1bebdcommitted
Commits on Jun 1, 2026
[JSC] Add String fast iteration
Show description for 4a78130committed
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 15, 2026
[JSC] Extend megamorphic ByVal IC with symbols
Show description for ce3942ecommitted
Commits on Apr 27, 2026
[JSC] Add Map / Set fast iteration
Show description for 4337048committed
Commits on Apr 21, 2026
[JSC] Fix megamorphic IC ownProperty check
Show description for 9b1a028committed[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 Apr 16, 2026
[JSC] Remove JSInternalPromise
Show description for d36f217committed
Commits on Apr 2, 2026
[JSC] Add IC with undefined/false/true/null property key
Show description for 3ba3be2committed
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] Update ICStats to record handler counts
Show description for c8a159ecommitted
Commits on Mar 11, 2026
[JSC] GetById megamorphic IC should handle String too
Show description for 65d0214committed
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed
Commits on Feb 22, 2026
[JSC] Implement Quick DFG Tier-Up for proven-stable functions
Show description for 1837781committed
Commits on Jan 15, 2026
ThrowScopes should not be able to clear termination exceptions
Show description for 67abaaacommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 8, 2025
Throwing TerminationException from a function prologue should zombify the top frame.
Show description for 75aed5ecommitted
Mark Lam
Commits on Sep 19, 2025
[JSC] Further OMG should not rely on CallSiteIndex in stack
Show description for 7bd1beccommitted
Commits on Sep 17, 2025
ReferenceError doesn't include variable name in error message
Show description for 412a6c0committed
Commits on Jul 11, 2025
Unreviewed, relanding 297160@main
Show description for 7e143bacommitted
Commits on Jul 10, 2025
Unreviewed, reverting 297160@main.
Show description for e0c0c1bauthored andcommitted[JSC] Use `enum class` for `CompilationResult`, `CachedCodeBlockTag`, `CodeSpecializationKind` for Safer C++
Show description for a2ae581authored andcommitted
Commits on Jul 9, 2025
[JSC] Add list style switch
Show description for 5085bf6committed[JSC] Use `enum class` for `ArityCheckMode` for Safer C++
Show description for 658f55eauthored andcommitted
Commits on Jul 1, 2025
operationNew(Sloppy|Strict)FunctionWithInvalidatedReallocationWatchpoint needs to also handle new function structure IDs
Show description for a37464fcommitted
Commits on Jun 26, 2025
Split function and method structure IDs
Show description for 89a5443committed
Commits on Jun 16, 2025
[JSC] Relax GetById / GetByVal / GetByIdWithThis / GetByValWithThis megamorphic IC handling limitation
Show description for 9f305cfcommitted
Commits on Jun 13, 2025
[JSC] Relax InById / InByVal megamorphic IC handling limitation
Show description for e5af9ebcommitted
Commits on Jun 7, 2025
[JSC] Optimize eval code carefully
Show description for 62c1c4ccommitted
Commits on May 27, 2025
[JSC] Further enhance DFG mayExit validation
Show description for 78a8cf3committed
Commits on May 4, 2025
Use C++ [[fallthrough]]
Show description for fb045b8committed