Commits
User selector
Commit History
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Mar 7, 2026
Add address field to wasm memory descriptor
Show description for c7a099ccommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 10, 2025
REGRESSION (299880@main): WASM memory size cache makes bulk memory operations across threads fail
Show description for 597e008committed
Commits on Sep 1, 2025
[JSC] Adjust max length of wasm resizable buffer on 32-bit
Show description for 09f1728authored andcommitted
Commits on Aug 20, 2025
Implement resizable SABs for Wasm memories
Show description for e65b587committed
Commits on Jan 31, 2025
[JSC] Wasm objects must succeed allocation
Show description for e354c87committed
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 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 31, 2024
Prepare to use C++23 in WebKit
Show description for 272547dcommitted
Commits on May 29, 2024
Add ArrayBuffer::createFromBytes() overload which takes in a std::span
Show description for 9b01d2ccommitted
Commits on Oct 3, 2023
[JSC] Account owner cell's color for extra memory allocation
Show description for 96f8b42committed
Commits on Jan 2, 2023
[JSC] Wasm Memory should be non nullptr
Show description for ef90672committed
Commits on Nov 10, 2022
[JSC] Implement growable SharedArrayBuffer part 1
Show description for 7a29252committed
Commits on Aug 1, 2022
[JSC] Simplify Wasm::Memory
Show description for b802423committed
Commits on Jul 12, 2022
[JSC][ARMv7] ARMv7 WasmMemory::growShared is incorrect
Show description for 12ed8dccommitted
Commits on May 17, 2022
[JSC] Always have non nullptr for WebAssembly.Memory buffer
Show description for 1d5e3b7committed
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Mar 30, 2022
Optimize the construction of a JSC::Identifier from an ASCIILiteral
Show description for 84cfeb1committed
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Nov 12, 2021
Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&.
Show description for 3f59d2acommitted
Mark Lam
Commits on Apr 2, 2021
JSTests:
Show description for 197d5cdauthored andcommitted
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Nov 18, 2020
Unreviewed, relanding r269940
Show description for 704d5c7committedUnreviewed, reverting r269940.
Show description for bad0404committed[JSC] Implement WebAssembly.Memory with shared
Show description for 80581efcommitted
Commits on Nov 4, 2020
Drop most uses of the phrase 'neuter' from the tree
Show description for 94cec53committed
Commits on Dec 16, 2019
[JSC] Remove ArrayBufferNeuteringWatchpointSet
Show description for 3166606committed
Commits on Dec 4, 2019
[JSC] JSWebAssemblyGlobal creation should have exception check
Show description for 8701e7acommitted[JSC] Place Wasm cells in IsoSubspace
Show description for cc35a0fcommittedAdopt the new WebAssembly.Global system
Show description for 3a60ed8committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Mar 8, 2019
[JSC] Make more fields lazy in JSGlobalObject
Show description for 7554aaccommitted