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 May 16, 2026
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Show description for 29ac322committed
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on May 2, 2026
[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 6, 2025
[JSC] Move most of Promise operations to C++
Show description for 7598b7ecommitted
Commits on Sep 8, 2025
[JSC] Clean up Wasm CalleeSave registers handling
Show description for 5205c9ecommitted
Commits on Sep 6, 2025
[JSC] Remove unnecessary m_boxedWasmCallee from WebAssemblyFunction
Show description for 7e9c015committed
Commits on Sep 5, 2025
[JSC] Use RTT more for function type check
Show description for e996e1acommitted
Commits on Sep 4, 2025
[JSC] Remove duplicate m_instance field
Show description for eca7118committed
Commits on Sep 3, 2025
[JSC] Remove boxedWasmCalleeLoadLocation
Show description for 81abc20committed
Commits on Aug 15, 2025
[JSC] Clean up RTT
Show description for 3a37af3committed
Commits on Aug 10, 2025
[JSC] Further cleanup after Wasm LLInt removal
Show description for 60e77b8committed
Commits on Jul 9, 2025
[JSC] Use `enum class` for `ArityCheckMode` for Safer C++
Show description for 658f55eauthored andcommitted
Commits on Jul 7, 2025
Add source taintedness support for Wasm
Show description for 07a7233committed
Commits on May 1, 2025
JSToWasm non-IC entrypoints should load the entry point the same way as the IC.
Show description for 62b8ca0committed
Commits on Mar 25, 2025
[ARMv7] Fix i32 wasm args when useJIT=0
Show description for 21f5de3committed
Commits on Jan 31, 2025
[JSC] Wasm objects must succeed allocation
Show description for e354c87committed
Commits on Jan 17, 2025
[JSC] Allocate DataOnlyCallLinkInfo via heap for WasmToJS calls
Show description for 717c796committed
Commits on Dec 18, 2024
Fix wasm->JS when useJIT=0
Show description for 602054ecommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Sep 17, 2024
[JSC] Remove one level indirection for JS -> Wasm calls
Show description for d5ba7eacommitted
Commits on Sep 13, 2024
Remove JSEntrypointJITCallee
Show description for ebb3d2dcommitted
Commits on Sep 11, 2024
Share JS -> Wasm IC entrypoint code
Show description for d8cbb60committed
Commits on Sep 10, 2024
WebAssembly.Table prototype functions need to do subtype checks
Show description for d612721committed
Commits on Aug 15, 2024
[JSC] Simplify useInterpretedJSEntryWrappers condition
Show description for ec42d32committed
Commits on Aug 1, 2024
Implement JITless JS entry thunk to Wasm
Show description for e417326committed
Commits on Jul 31, 2024
Add WASM tail calls support to single-pass BBQ JIT
Show description for 7c8243bcommitted
Commits on Jul 25, 2024
Remove JSWebAssemblyInstance anchoring
Show description for f9def56committed
Commits on Jul 24, 2024
Merge Wasm::Instance into JSWebAssemblyInstance
Show description for b7de8d5committedUnreviewed, reverting 281277@main.
Show description for 60c1750authored andcommittedMerge Wasm::Instance into JSWebAssemblyInstance
Show description for 6b7f744committed
Commits on Jul 1, 2024
Unreviewed, reverting 280485@main.
Show description for 8ba9589authored andcommitted