Commits
User selector
Commit History
Commits on Jun 5, 2026
[JSC] Fix opcode assert for Array.p.sort OSR exit
Show description for e7d51d1committed[JSC] Use C++20 concepts across JSC code
Show description for ab23e0ecommitted
Commits on Jun 2, 2026
[JSC] Add foundation of handling builtin iterators in fast-iteration-protocol
Show description for 3d1bebdcommitted
Commits on May 20, 2026
[JSC] Collect profile from Baseline JIT compiler when LLInt -> Baseline
Show description for 2275284committed
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 15, 2026
[JSC] Optimize stricteq with non-String / non-HeapBigInt cells
Show description for 8f52a29committed
Commits on May 14, 2026
Fixed a stray -Wunsafe-buffer-usage pragma that accidentally disabled the check
Show description for 8501572committed[GLIB] Non-unified build fixes for May 13th 2026
Show description for b2bd22ecommitted
Commits on May 11, 2026
[JSC] Inline small sorting in DFG / FTL
Show description for cab7a45committed
Commits on May 7, 2026
[JSC] Move aINT / mINT / uINT bytecode under RTT
Show description for 5accc20committed[JSC] IPInt fast path for `memory.atomic.wait32`/`wait64` wraps the Memory64 effective address
Show description for 370255ecommittedREGRESSION(312814@main): Broke some macOS builds (use of undeclared identifier 'vmPageSize')
Show description for b23bfe4committedOptimize JavaScriptCore #includes
Show description for b589299committed[JSC][WASM][Debugger] Fix STW deadlocks when VM blocks in memory.atomic.wait or WebCore operations
Show description for da1f31bcommitted[Wasm] Use a lazy restore frame when returning from tail calls
Show description for 5223ee5committed
Commits on May 5, 2026
[JSC][JSPI] Throw on stack overflow instead of crashing
Show description for 84c4c7bcommitted
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 May 1, 2026
IPInt multimemory bounds check underflows if memory size is 0
Show description for c90b978authored andcommitted
Commits on Apr 30, 2026
[JSC] Delay PC advancement until after operationCallMayThrow in IPInt
Show description for 714bf5bauthored andcommitted
Commits on Apr 21, 2026
Unreviewed, disable ARM64E dotprod
Show description for 7999f4ecommitted[JSC] Implement relaxed Wasm SIMD
Show description for 85da494committed
Commits on Apr 20, 2026
[JSC] Fix !ENABLE(JIT) build
Show description for be7c61dcommitted[JSC] Simplify IPInt local accessors, aligning to the other code
Show description for 1857337committedFurther 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 18, 2026
Unreviewed, reverting 311492@main (e7ae451260d7)
Show description for 75f92adcommitted
Commits on Apr 17, 2026
[JSC] Fix !ENABLE(JIT) build
Show description for e7ae451authored andcommitted
Commits on Apr 16, 2026
[JSC] Remove PL from IPInt
Show description for f6f27b7committed[Wasm] Unify IPInt's prepare_call and prepare_call_indirect paths
Show description for c888ae4committedAdd wasm wide arithmetic proposal
Show description for bcd47e7committed
Commits on Apr 14, 2026
[JSC] Atomic instructions in IPInt should not have metadata if it does not call functions
Show description for ef40cabcommitted
Commits on Apr 13, 2026
[JSC] Consolidate error throwing code in IPInt to reduce code size in each handler
Show description for 723bdaccommitted[JSC] Remove IPInt metadata from SIMD instructions
Show description for 32161b3committed