Commits
User selector
Commit History
Commits on Jun 9, 2026
Remove some dead code from our codebase
Show description for 012c64ccommitted[JSC] `String#split` RegExp fast path misses side effects from `ToString(this)` and `ToUint32(limit)`
Show description for b4b1581committed
Commits on Jun 6, 2026
[JSC] NativeExecutable should have name and length in the same way to FunctionExecutable
Show description for a633a8acommitted
Commits on Jun 4, 2026
[JSC] Promise jobs must not run with the realm of a cross-realm settle site
Show description for 51cc3fecommitted
Commits on Jun 3, 2026
[CMake] Tune prefix headers
Show description for 9238babcommitted[JSC] Restore JS builtins for next() functions
Show description for 0047d96committed
Commits on Jun 2, 2026
[JSC] MapIterator / SetIterator should be handled in DFG
Show description for 300fd8ccommitted[JSC] Fix undefined behavior in double-to-int conversions
Show description for 3825a1acommitted[JSC] Add foundation of handling builtin iterators in fast-iteration-protocol
Show description for 3d1bebdcommitted
Commits on Jun 1, 2026
[JSC] DFG::Graph virtually inherits Scannable unnecessarily
Show description for b1cd52dcommitted[JSC] Reject dictionary structures in `tryEnsureAbsence` in DFG
Show description for 177d2cacommitted[JSC] Add String fast iteration
Show description for 4a78130committed[JSC] DFG `NewTypedArrayWithSize` should zero-fill the storage 8 bytes at a time
Show description for dcc2aeacommitted[JSC] Implement `String#search` in C++
Show description for c800622committed
Commits on May 30, 2026
[JSC] Inline-allocate cells for `NewWeakMap` and `NewWeakSet`
Show description for 8317f5ccommitted[CMake] Unified-source hygiene fixes for larger bundles
Show description for 7d2f95fcommitted
Commits on May 29, 2026
[JSC] StringAt should respect arrayMode in CSE
Show description for 1f4e4caauthored andcommitted[JSC] Check initial object structure in tryEnsureAbsence in DFG
Show description for 78c04eaauthored andcommitted[JSC] DFG object allocation sinking shouldn't insert a check when given a PutByVal node
Show description for cdfa73fauthored andcommitted
Commits on May 28, 2026
[jsc] Add back DFGBasicBlockInlines.h for DFGLoopUnrollingPhase.cpp
Show description for 87c075fauthored andcommitted[JSC] Don't advance bytecode when reifying inline frames at a checkpoint
Show description for 4e802a1authored andcommitted[JSC] Add NewWeakMap and NewWeakSet DFG nodes
Show description for d61d43ecommitted
Commits on May 27, 2026
[JSC] Set storage of JSMapIterator / JSSetIterator creation in DFG / FTL
Show description for 0206365committed[JSC] Add ArrayJoin DFG nodes
Show description for 26b192bcommitted
Commits on May 22, 2026
[JSC] Improve rope-string comparison
Show description for e8eb62bcommitted[JSC] Scan OSR exits' ScratchBuffers
Show description for 87b4375committed[JSC] Add DFG node for `String.fromCodePoint`
Show description for 93a4fbecommitted
Commits on May 21, 2026
[JSC] GetByStatus::computeFor should not walk proto chain for direct property access
Show description for b07dca9authored andcommitted[JSC] incorrect side-effect modeling for Spread(SetObjectUse) in DFG abstract interpreter
Show description for fb8bfeaauthored andcommitted
Commits on May 20, 2026
[JSC] Introduce private tmp mechanism to DFG ByteCodeParser
Show description for c415e39committedDFG abstract interpreter misclassifies ArraySortCompact result as SpecObjectOther
Show description for 1aeca69authored andcommitted[JSC] Fix DFG CPS validation for inlined sort comparator
Show description for 7429d22committed[JSC] Add new `DateNow` DFG node
Show description for d53865ecommitted
Commits on May 19, 2026
[JSC] Implement DFG / FTL ArrayUnshift
Show description for 5965900committed[JSC] Use scratch buffer for ObjectDefinePropertyFromFields
Show description for 59a20ddcommitted