Commits
User selector
Commit History
Commits on Apr 4, 2026
[JSC] Wasm SectionParser should store expanded TypeDefinition
Show description for b12cf08committed
Commits on Mar 24, 2026
Add wasm multimemory support to base instructions
Show description for 4ac3b92authored andcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on Jun 18, 2025
[JSC] IPInt catch handler should not use generateThunkWithJumpToPrologue
Show description for fc8cbf6committed
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 5e3cb59committed
Commits on Apr 28, 2025
Disallow both legacy and modern wasm exceptions in the same module
Show description for ed1234fcommitted
Commits on Apr 12, 2025
A couple of refactorings in JSC
Show description for 0bab83aauthored andcommitted
Commits on Feb 4, 2025
[JSC] More sophisticated wasm worklist distribution
Show description for 2725a2acommitted
Commits on Jan 23, 2025
Fix IPInt JITless wasm->wasm and wasm->JS
Show description for d653320committed
Commits on Oct 24, 2024
Implement JITless Wasm test mode
Show description for 43d87cdcommitted
Commits on Sep 30, 2024
Add Wasm::FunctionCodeIndex/FunctionSpaceIndex types to differentiate them
Show description for c55f324committed
Commits on Sep 13, 2024
Remove leftover ENABLE(JIT) guards from WasmEntryPlan
Show description for 90792d0authored andcommitted
Commits on Aug 13, 2024
Support JITless Wasm import calls
Show description for 0b31e28committed
Commits on Jul 30, 2024
[JSC] Do not invoke macro-task unnecessarily for wasm instantiate
Show description for 5bb9d4dcommitted
Commits on Jul 28, 2024
Rename WebAssembly JSC options to Wasm
Show description for f8d5c15committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on May 27, 2024
[JSC] Compile wasm stubs in compiler threads
Show description for c9a03e0committed
Commits on May 24, 2024
[JSC] Use DataOnlyCallLinkInfo in WasmToJS thunk
Show description for 46c40d4committed
Commits on May 6, 2024
Stop using `const char*` in string concatenation in JSC
Show description for d66a7a4committed
Commits on Mar 19, 2024
Drop Vector::append(T*, size_t) and use Vector::append(std::span<const T>) instead
Show description for c904754committed
Commits on Dec 18, 2023
Stop using Vector::unsafeAppendWithoutCapacityCheck() in Warm::EntryPlan::prepare()
Show description for 821b733committed
Commits on Dec 12, 2023
[Wasm-GC] Update element segments to account for typed funcrefs and GC types
Show description for 7e71e72committed
Commits on Nov 6, 2023
Regression(268700@main) ~0.6% regression on Speedometer 2 on iPhone
Show description for 9b178a5committed
Commits on Oct 12, 2023
Drop Vector::uncheckedAppend() alias
Show description for 2c0d56acommitted
Commits on Sep 20, 2023
Make explicit where WebAssembly actually depends on JIT
Show description for fb59fe5authored andcommitted
Commits on Mar 8, 2023
Adopt ASCIILiterals in makeString, tryMakeString, operator+ calls inside JavaScriptCore
Show description for cb3a9dacommitted
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 Sep 17, 2021
Unreviewed fix for JSCOnly build with ENABLE_DFG_JIT off.
Show description for 7a9115ecommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed