Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 30, 2025
Add some TZONE_ALLOCATED enforcement.
Show description for 61117dccommitted
Mark Lam
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jul 30, 2025
Add extern template declarations for JavaScriptCore/bytecode
Show description for 130cbb8committed
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 Oct 18, 2024
[JSC] Remove some dead code from ExecutionCounter
Show description for 35ad07fcommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Aug 11, 2023
[JSC] Make profiling check-pointing longer for mega functions
Show description for c323bd2committed
Commits on Mar 9, 2023
Non-unified build fixes, early March 2023 edition
Show description for 409dc44committed
Commits on Mar 6, 2023
Cut the size of JSGlobalObject.h down
Show description for 5686577committed
Commits on Sep 27, 2021
Build an unlinked baseline JIT
Show description for bfd44c5committedUnreviewed, reverting r283102, r283103 and r283104.
Show description for 85dc747committedBuild an unlinked baseline JIT
Show description for a303c1ccommitted
Commits on Sep 26, 2021
Unreviewed, reverting r283083 and r283088.
Show description for 957a838committed
Commits on Sep 25, 2021
Build an unlinked baseline JIT
Show description for 1026101committed
Commits on Aug 20, 2019
[JSC] OSR entry to Wasm OMG
Show description for 422b06ecommitted
Commits on Aug 12, 2019
[WTF][JSC] Make JSC and WTF aggressively-fast-malloced
Show description for 0bfa052committed
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
Rolling 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 Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Apr 28, 2015
Fix common typo "targetting" => "targeting"
Show description for e407f10authored andcommitted
Commits on Apr 18, 2014
Options::maximumExecutionCountsBetweenCheckpoints() should be higher for DFG->FTL tier-up but the same for other tier-ups
Show description for bf90f5ecommitted
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: DFG should be able to run on a separate thread
Show description for fb28b41committed
Commits on Nov 30, 2012
It should be easy to find code blocks in debug dumps
Show description for 7194c55committed
Filip Pizlo
Commits on Jul 10, 2012
DFG recompilation heuristics should be based on count, not rate
Show description for 49e85decommitted
Filip PizloUnreviewed, roll out http://trac.webkit.org/changeset/121511
Show description for 608db0bcommitted
Filip Pizlo
Commits on Jul 3, 2012
Add ability to symbolically set and dump JSC VM options.
Show description for ccf8e13authored andcommitted
Commits on Jun 29, 2012
DFG recompilation heuristics should be based on count, not rate
Show description for 4554797committed
Filip Pizlo
Commits on Jun 26, 2012
Value profiling should use tier-up threshold randomization to get more coverage
Show description for 99b8d4fcommitted
Filip Pizlo