Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 28, 2026
[libpas] Refactor libpas runtime configuration code
Show description for 6862989committed
Commits on Jan 26, 2026
Unreviewed, reverting 306105@main.
Show description for 2a8f5a4authored andcommitted
Commits on Jan 23, 2026
[libpas] Refactor libpas runtime configuration code
Show description for 807130fcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 4, 2025
Adopt C++20 Concepts in JavaScriptCore/jit
Show description for 6157d21committed
Commits on Nov 16, 2025
Address Safer CPP warnings in RedBlackTree.h
Show description for 63bd914committed
Commits on Nov 14, 2025
Unreviewed, reverting 303015@main as it causes assertion failures in JSC stress tests
Show description for efcdcc2committed
Commits on Nov 13, 2025
Address Safer CPP warnings in RedBlackTree.h
Show description for bc25de0committed
Commits on Oct 29, 2025
Re-land: Fix untyped malloc() calls in JavaScriptCore and WebCore
Show description for 46b1aabauthored andcommitted
Commits on Oct 28, 2025
Unreviewed, reverting 302125@main and 302141@main.
Show description for 36b1872authored andcommitted
Commits on Oct 25, 2025
Fix untyped malloc() calls in JavaScriptCore and WebCore
Show description for eaa04beauthored andcommitted
Commits on Oct 11, 2025
[JSC] Drop dead code for asynchronous disassembly
Show description for 4509bc4committed
Commits on Oct 9, 2025
Add entitlement assertions for JIT disabling on macOS
Show description for 9cc524ecommitted
Commits on Aug 26, 2025
Push guard page de/allocation down into OSAllocator.
Show description for 69371bdcommitted
Mark Lam
Commits on Aug 22, 2025
[jsc] Add option to force the address of JIT memory
Show description for c42cc0dcommitted
Commits on Aug 18, 2025
Add performJITMemcpyAtomic and simplify jit copying code [2].
Show description for ebda8e2committed
Commits on Aug 11, 2025
Unreviewed, reverting 298338@main (06f449154f24)
Show description for bf3bc46committed
Commits on Aug 7, 2025
Add performJITMemcpyAtomic and simplify jit copying code.
Show description for 06f4491committed
Commits on Jul 9, 2025
Reduce use of Vector::resize()
Show description for d5c8c97committed
Commits on May 7, 2025
Leverage C++20's std::byteswap() where appropriate
Show description for a940fe4committed
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
Commits on Apr 6, 2025
[JSC] Rename logJITCodeForPerf option to useJITDump
Show description for a4df509committed
Commits on Mar 31, 2025
[WPE][GTK] Include JIT page reservation trace when Sysprof is enabled
Show description for 6355c1dcommitted
Commits on Mar 20, 2025
Use mach_vm_remap instead of mach_vm_map to set up permanent mapping for g_config
Show description for 153af86committed
Commits on Feb 28, 2025
[WTF] Create SequesteredImmortalAllocator
Show description for 603b096committed
Commits on Feb 12, 2025
Adopt more smart pointers in ExecutableAllocator.cpp
Show description for 4e626cecommitted
Commits on Feb 8, 2025
Unreviewed build fix after 290060@main
Show description for 26153e6committed
Commits on Jan 19, 2025
Prepare for -Wunsafe-buffer-usage-in-libc-call
Show description for 9b61e37committed
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 Nov 8, 2024
Unreviewed macOS build fix after 286359@main
Show description for b90c955committedDrop unnecessary use of WTF_ALLOW_UNSAFE_BUFFER_USAGE
Show description for 862246ccommitted