Commits
User selector
Commit History
Commits on May 30, 2026
[JSC] Defer GC while using the direct eval CacheLookupKey
Show description for 32f1bfbauthored andcommitted
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 16, 2026
[JSC] Avoid per-element `JSPromiseCombinatorsContext` allocation in Promise combinators
Show description for 0f6a356committed
Commits on May 14, 2026
[JSC] Do not allocate promise reaction when it is initial `then` calls and one handler attachment
Show description for 3f9955fcommitted
Commits on May 13, 2026
[JSC] Avoid allocating `JSSlimPromiseReaction` for the single-await case
Show description for 91ce11dcommitted
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
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 27, 2026
[JSC] Add JSFullPromiseReaction and JSSlimPromiseReaction
Show description for 61a8875committed[Build Speed] Fix compilation issues in JSC headers
Show description for d4029d5committed
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 Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Apr 15, 2026
[JSC] Update the description of CallFrame::argumentCountIncludingThis for Wasm callees
Show description for d5d2f19committed[WPE] Fix non-unified builds.
Show description for 4068b44authored andcommitted
Commits on Apr 9, 2026
[GTK][WPE] Non-unified build fixes, April 2026 edition
Show description for a1426e1authored andcommitted
Commits on Apr 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07dfcommitted
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 25, 2026
Fix some JSC API implementation functions to avoid unnecessarily copying CallFrame arguments.
Show description for 3b5ee51authored andcommitted

Commits on Mar 23, 2026
[JSC] Remove rope suffix eval cache
Show description for 0bd5df4committed
Commits on Mar 19, 2026
[JSC] Add fast path for MicrotaskCall in callMicrotask
Show description for 40f8432committed
Commits on Mar 14, 2026
[JSC] Support fast C++ -> JS calls in x64
Show description for 32de674committed[JSC] Add MicrotaskCall
Show description for 7a597bacommitted
Commits on Mar 9, 2026
[JSC] Micro-optimize triggerPromiseReactions
Show description for b6d94e4committed
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed
Commits on Feb 23, 2026
[JSC] Merge RegisterSetBuilder into RegisterSet
Show description for b23dfb2committed
Commits on Feb 13, 2026
[JSC] Add initial support for Windows ARM64
Show description for 2bff772committed
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cffcommitted
Commits on Jan 27, 2026
[JSC] Null out vm.topCallFrame in Wasm GC IPInt slow paths if needed
Show description for d106624committed
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Jan 15, 2026
ThrowScopes should not be able to clear termination exceptions
Show description for 67abaaacommitted
Commits on Jan 13, 2026
[JSC] JSC::getCallDataInline has fragile include dependency on unified sources
Show description for cda9486committed