Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on May 4, 2026
Reland memory64 bulk memory operations in OMG tier
Show description for c3893afcommitted
Commits on Apr 23, 2026
Unreviewed, reverting 311796@main and 311812@main.
Show description for c63a291authored andcommitted
Commits on Apr 22, 2026
Memory64 bulk memory operations in OMG tier
Show description for 88fb9a8committed
Commits on Apr 13, 2026
[Build Speed] 2s speedup in clean WTF+bmalloc build
Show description for 7ad346ccommitted
Commits on Mar 24, 2026
Add wasm multimemory support to base instructions
Show description for 4ac3b92authored andcommitted
Commits on Feb 28, 2026
Bounds checking does not work in Memory64 in BBQ and introduce AddressType
Show description for 6532497committed
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 Dec 7, 2025
Add support for Memory64 in WebAssembly in IPInt Tier
Show description for 26868dfcommitted
Commits on Nov 6, 2025
[JSC] Use more `enum class` for Safer C++
Show description for e3cf838authored andcommitted
Commits on Aug 20, 2025
Implement resizable SABs for Wasm memories
Show description for e65b587committed
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 5e3cb59committed
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 Jan 3, 2025
Change TZoneHeap so that it can be enabled/disabled based on a runtime configuration.
Show description for d9c3915committed
Mark Lam
Commits on Nov 23, 2024
Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type.
Show description for 775e08acommitted
Mark Lam
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
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 31, 2024
TZone update - Eliminate type registration, update seeding and add logging
Show description for 16f8990committed
Commits on Jul 28, 2024
Rename WebAssembly JSC options to Wasm
Show description for f8d5c15committed
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 21, 2024
[JSC] Remove more OS(WINDOWS)
Show description for fff9f7acommitted
Commits on May 30, 2024
Do more std::span adoption in SharedArrayBufferContents
Show description for 72b0ae8committed
Commits on May 27, 2024
Add byteCast for conversions between different byte-sized types
Show description for dbd9819committed
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Feb 18, 2023
[JSC] Make WEBASSEMBLY_SIGNALING_MEMORY hard requirement for WebAssembly
Show description for cdbf645committed[JSC][32bit] Enable wasm signaling memory
Show description for ad17368authored andcommitted
Commits on Jan 25, 2023
[JSC] Reload baseMemory and boundsCheckingSize in the same way to instance
Show description for 9e128eecommitted
Commits on Jan 2, 2023
[JSC] Wasm Memory should be non nullptr
Show description for ef90672committed
Commits on Nov 27, 2022
[JSC] Wire memory allocation reporting to ArrayBuffer resize / grow
Show description for 9ce25c6committed
Commits on Nov 19, 2022
Unreviewed, address comments as a follow-up
Show description for ba52277committed
Commits on Nov 18, 2022
Introduce ThreadSafeWeakPtr
Show description for 4b51a0dauthored andcommitted
[JSC] Implement resizable ArrayBuffer
Show description for 973ef45committed