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 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 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 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07dfcommitted
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Mar 23, 2026
[JSC] Remove rope suffix eval cache
Show description for 0bd5df4committed
Commits on Mar 14, 2026
[JSC] Add MicrotaskCall
Show description for 7a597bacommitted
Commits on Mar 9, 2026
[JSC] Micro-optimize triggerPromiseReactions
Show description for b6d94e4committed
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cffcommitted
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
Commits on Jan 10, 2026
[JSC] Optimize callMicrotask
Show description for d43cce5committed
Commits on Dec 8, 2025
[JSC] Move Promise.any to C++
Show description for 7c3a43acommitted[JSC] Move Promise.allSettled to C++
Show description for 9c616fccommitted
Commits on Nov 18, 2025
[JSC] Async Function should be driven directly via MicrotaskQueue
Show description for f70f597committed
Commits on Nov 17, 2025
Factor out two UnwindFunctor helper methods into an abstract base class
Show description for d079117committed
Commits on Oct 29, 2025
[JSC] Enable async stack trace with TLA
Show description for cce3301committed
Commits on Oct 16, 2025
[JSC] Add getCallDataInline in JSC
Show description for 771c848committed
Commits on Oct 12, 2025
[JSC] Add JSPromiseAllGlobalContext
Show description for 938197bcommitted
Commits on Oct 9, 2025
[JSC] Support `Promise.allSettled` in async stack trace
Show description for a4d9f6fcommitted
Commits on Oct 6, 2025
[JSC] Move most of Promise operations to C++
Show description for 7598b7ecommitted
Commits on Oct 1, 2025
[JSC] Support `Promise.race` in async stack trace
Show description for eb9fff6committed
Commits on Sep 29, 2025
[JSC] Replace static_cast with uncheckedDowncast for Wasm::Callee type safety
Show description for 48425afcommitted[JSC] Introduce JSPromiseReaction object
Show description for a1cb5e0committed
Commits on Sep 27, 2025
Rename LChar to Latin1Character
Show description for 63b97b5committed[JSC] Add empty `JSValue` checking for async stack trace
Show description for 9d26223committed[JSC] Suppprt `Promise.any` in async stack trace
Show description for d9a997bcommitted
Commits on Sep 23, 2025
[JSC] Ifdef Wasm-only field in UnwindFunctor
Show description for 223f103authored andcommitted