Commits
User selector
Commit History
Commits on May 2, 2026
[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
Commits on May 1, 2026
[IPInt] Plan should have a RefPtr to the callees
Show description for 066fbb7committed
Commits on Apr 5, 2026
Drop WTF::Unexpected in favor of std::unexpected
Show description for 0655a1dcommitted
Commits on Jan 29, 2026
[JSC][WASM][Debugger] Restrict WebAssembly debugger to macOS ARM64 only
Show description for 4d96269committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Nov 4, 2025
[JSC] Collect execution count in Wasm::BaselineData
Show description for 483814acommitted
Commits on Oct 28, 2025
[JSC] Introduce non-local wasm inlining decision
Show description for cfbd6fbcommitted
Commits on Oct 22, 2025
[JSC] Profile polymorphic callees in Wasm
Show description for 2db0579committed
Commits on Sep 27, 2025
[JSC] Add LLDB debugging infrastructure for WebAssembly (single VM)
Show description for e03c102committed
Commits on Sep 17, 2025
[JSC] Introduce WasmInstanceAnchor
Show description for f9f1ed1committed
Commits on Sep 11, 2025
[JSC] Profile call_indirect / call_ref monomorphic target and do direct call / inlining in OMG
Show description for 1045bbccommitted
Commits on Aug 13, 2025
Implement Wasm js-string builtins
Show description for 5c77b1fcommitted
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Sep 30, 2024
Add Wasm::FunctionCodeIndex/FunctionSpaceIndex types to differentiate them
Show description for c55f324committed
Commits on Sep 24, 2024
BBQPlan should not be an EntryPlan
Show description for 754ed19committed
Commits on Jul 28, 2024
Rename WebAssembly JSC options to Wasm
Show description for f8d5c15committed
Commits on Jun 26, 2024
Canonicalize wasm options
Show description for 9dd3ce1committed
Commits on Jun 7, 2024
Use "= default" for constructor and destructor in more JSC code
Show description for 0710c9fcommitted
Ahmad Saleem
Commits on May 28, 2024
[JSC] Remove wasm entrypoint thunk generation
Show description for e522f11committed
Commits on May 24, 2024
[JSC] Use DataOnlyCallLinkInfo in WasmToJS thunk
Show description for 46c40d4committed
Commits on Aug 3, 2023
Implement saturating truncation, remaining memory and table operations, and update call to pass stack parameters
Show description for de71f3aauthored andcommitted
Commits on Jul 20, 2023
Implement fundamentals of in-place interpreter
Show description for 03154b1authored andcommitted
Commits on Jan 23, 2023
[JSC] Clean up WasmToJS
Show description for db4b9bccommitted
Commits on Nov 10, 2022
[JSC] Implement growable SharedArrayBuffer part 1
Show description for 7a29252committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Jul 29, 2022
[JSC] Use VM instead of Wasm::Context
Show description for 9970212committed
Commits on Apr 12, 2022
[WASM-GC] Introduce structs types
Show description for a9a1bd6committed
Commits on Jan 11, 2022
[Wasm] Unify memory import handling in module loader and JS cases
Show description for 46f2a0eauthored andcommitted
Commits on Dec 18, 2021
[WTF] Introduce TrailingArray
Show description for 0cb72c1committed
Commits on Dec 16, 2021
Rename Wasm::CodeBlock to Wasm::CalleeGroup
Show description for bd752b2committed
Commits on Dec 8, 2021
Support WebAssembly.Memory imports in Wasm/ESM modules.
Show description for f1ad2edauthored andcommitted
Commits on May 22, 2021
Stop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on Jan 28, 2021
WebAssembly: add support for stream APIs
Show description for 9783bd1committed