Commits
User selector
Commit History
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 Jan 26, 2026
[JSC] Embed RTT* into WasmGC object and use it instead of Structure
Show description for cf081afcommitted
Commits on Oct 3, 2025
[JSC] WASM IPInt SIMD: support GC types with v128 fields/elements
Show description for 3f16b36committed
Commits on Aug 20, 2025
[JSC] Update WasmGC types with final draft
Show description for 608cd9ecommitted
Commits on Aug 15, 2025
[JSC] Do not use Variant for each of TypeDefinition kind
Show description for dc1ef6acommitted
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 5e3cb59committed
Commits on Mar 28, 2025
[BBQ] Inline (most) Wasm GC object allocations
Show description for 0f34249committed
Commits on Mar 17, 2025
[Wasm] GC objects should not require destructors
Show description for 4ae6483committed
Commits on Mar 5, 2025
[Wasm] GC structs shouldn't need to visit fields if there's no ref fields
Show description for b7b433acommitted
Commits on Mar 4, 2025
[Wasm] GC Structs should have their backing store allocated by a TrailingArray
Show description for 70614e2committed
Commits on Jan 31, 2025
[JSC] Wasm objects must succeed allocation
Show description for e354c87committed
Commits on Jan 21, 2025
Support noexnref and exnref casting
Show description for 359e633committed
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Nov 18, 2024
WebAssembly assertion error in FunctionParser<JSC::Wasm::LLIntGenerator>::parseExpression
Show description for de486f9committed
Commits on Nov 4, 2024
Replace more use of MallocPtr with MallocSpan
Show description for 419636ccommitted
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 19, 2024
Implement new Wasm exception spec
Show description for 14eaa7fcommitted
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 May 26, 2024
Drop FixedVector::data() in favor of span() / mutableSpan()
Show description for a3a3135committed
Commits on Feb 20, 2024
[Wasm-GC] Handle OOM for allocations consistently
Show description for 6b7295ecommitted
Commits on Jan 29, 2024
[Wasm-GC] Support arrays of vectors
Show description for 4750403committed
Commits on Jan 6, 2024
[Wasm-GC] Avoid spurious assertion in JSWebAssemblyArray::set
Show description for 1e4c23ecommitted
Commits on Nov 10, 2023
[Wasm-GC] Implement packed types in struct fields
Show description for de08c24committed
Commits on Oct 24, 2023
[JSC] Fix wasm extended constant expressions in exception-scope-verification builds
Show description for a6a933acommitted
Commits on Sep 20, 2023
[Wasm-GC] Remove toJSValue calls for struct operations
Show description for daaaececommitted
Commits on Aug 16, 2023
Move createStructure inline functions to *Inlines.h
Show description for 5bd7a22committed
Commits on Aug 15, 2023
[Wasm-GC] Add support for final attribute
Show description for b8f9d49committed
Commits on Aug 10, 2023
[Wasm-GC] Add nullexternref and nullfuncref types
Show description for 697f8d5committed
Commits on Apr 14, 2023
Remove finishCreation()s that only call its superclass' finishCreation().
Show description for 7dbeef1committed
Mark Lam
Commits on Mar 21, 2023
[Wasm-GC] Use correct offsets when generating code for struct gets and sets in B3 and Air
Show description for 2e2ee48authored andcommitted