Commits
User selector
Commit History
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
[Wasm] Reduce FuncRefTable entry size
Show description for 8abf525committed[Wasm] OMG tail call patchpoint needs to clobber late pinned registers.
Show description for c18d1e3committed[Wasm] `Table` constructor should fill funcref tables when the default value is a wrapper function
Show description for 7a35a16committed[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
Commits on May 30, 2026
[Wasm] Fix JS Table.grow with a default value
Show description for 36a3e59committed
Commits on May 29, 2026
[JSC] Wasm::InstanceAnchor should be unregistered at the prologue of JSWebAssemblyInstance destructor
Show description for 76b3468committed
Commits on May 28, 2026
CSP wasm-unsafe-eval directive is not enforced during WebAssembly byte compilation
Show description for 4003087committed
Commits on May 27, 2026
[Wasm] Add missing exception check after rope resolution
Show description for 57df341committed
Commits on May 24, 2026
WebAssemblyCompileOptions::tryCreate should throw on OOM
Show description for d8b6307authored andcommitted
Commits on May 22, 2026
[Build Speed] Prepare for larger unified build bundles
Show description for 8916f52committed
Commits on May 17, 2026
[Wasm] JS Wrappers for Wasm Tables Should be Lazily Created
Show description for ca0c6bbcommitted
Commits on May 16, 2026
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Show description for 29ac322committed
Commits on May 14, 2026
Fixed a stray -Wunsafe-buffer-usage pragma that accidentally disabled the check
Show description for 8501572committed[JSC] Support Inlined InternalMicrotask reaction with Promise
Show description for 8f74209committed
Commits on May 13, 2026
Correct build failures in WebAssembly Clang Module Verification
Show description for 8c3ffc7authored andcommitted
[JSC] Move WebAssembly.instantiateStreaming / WebAssembly.compileStreaming to C++
Show description for 24cf2e5committed[JSC] Drop ThreadSpecificAssemblerData heap buffer under memory pressure
Show description for 32f4eefcommitted[JSC] Implement static `import defer` semantics
Show description for de45366committed
Commits on May 11, 2026
[WTF] Add ThreadSafeLazyUniquePtr
Show description for 1661ae2committed[JSC] Store computed hash in RTT and RTTGroup
Show description for c7a9965committed
Commits on May 7, 2026
[JSC] Move aINT / mINT / uINT bytecode under RTT
Show description for 5accc20committed[JSC] Wasm Memory64 atomic ops truncate the immediate offset to 32 bits in BBQ and OMG
Show description for 95959f0committed[JSC] IPInt slow path for `memory.atomic.notify` truncates the Memory64 pointer and offset to 32 bits
Show description for afc44e3committedOptimize 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 6, 2026
Reland Memory64 atomic operations
Show description for 27cb38bcommitted[OMG] Tail call shuffler should be able to handle registers
Show description for 62596b8committed
Commits on May 5, 2026
REGRESSION: WebAssembly SIMD produces incorrect result on x86_64 Linux (argon2id hash mismatch)
Show description for 4db9b8ccommitted
Commits on May 4, 2026
[JSC] B3 CSE asserts on struct.new_default with f32/f64 fields due to type mismatch in store-to-load forwarding
Show description for 7842f48authored andcommittedReland memory64 bulk memory operations in OMG tier
Show description for c3893afcommitted[JSC][WASM][Debugger] Use VMIdentifier as stable per-VM thread ID for GDB RSP replies
Show description for f475b7acommitted
Commits on May 3, 2026
[JSC] Tweak wasm inlining budget computation a bit
Show description for de5ea14committed