Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Oct 13, 2025
Stop using std::aligned_storage as it is deprecated in C++23
Show description for 0833418committed
Commits on Aug 25, 2025
[JSC] Use `if constexpr` instead of `if`
Show description for a722bd4committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92fcommitted
Commits on Feb 27, 2025
Address Safer CPP failures in JSContext
Show description for 4903b29committed
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 Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Sep 22, 2024
Remove unnecessary uses of reinterpret_cast
Show description for de71d46committed
Commits on May 31, 2024
Prepare to use C++23 in WebKit
Show description for 272547dcommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on May 23, 2021
Remove ENABLE(MASM_PROBE) flag.
Show description for 5bcc127committed
Mark Lam
Commits on Feb 22, 2018
Refactor MacroAssembler code to improve reuse and extensibility.
Show description for f80c8e3committed
Mark Lam
Commits on Oct 4, 2017
Add support for using Probe DFG OSR Exit behind a runtime flag.
Show description for b6678adcommitted
Mark Lam
Commits on Sep 14, 2017
AddressSanitizer: stack-buffer-underflow in JSC::Probe::Page::Page
Show description for 9d33f9fcommitted
Mark LamRolling out r221832: Regresses Speedometer by ~4% and Dromaeo CSS YUI by ~20%.
Show description for 2d6ba10committed
Mark Lam
Commits on Sep 10, 2017
[Re-landing] Use JIT probes for DFG OSR exit.
Show description for 86e4f28committed
Mark Lam
Commits on Sep 9, 2017
Unreviewed, rolling out r221774.
Show description for 123e977committed
Commits on Sep 8, 2017
Use JIT probes for DFG OSR exit.
Show description for b6f7369committed
Mark Lam
Commits on Aug 21, 2017
Gardening: fix CLoop build.
Show description for 4deea29committed
Mark LamEnhance MacroAssembler::probe() to allow the probe function to resize the stack frame and alter stack data in one pass.
Show description for 38324edcommitted
Mark Lam
Loading