Commits
User selector
Commit History
Commits on Aug 9, 2021
Revert bad assert about the number of upsilons going into a phi
Show description for 6c14490committed
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 22, 2021
AirStackSlot's uint16_t byte size is too small
Show description for d9a9aa8committed
Commits on Jan 19, 2021
[JSC] Implement a B3::Compilation replacement for wasm-llint
Show description for e52f93ccommitted
commit-queue@webkit.org
Commits on Jan 13, 2021
[JSC] Bypass OperationPtrTagging for JITCage verification for CallDOMGetter
Show description for 73afabbcommitted
Commits on Oct 9, 2020
Unreviewed, reland r268170
Show description for 77e6cf4committedUnreviewed, reverting r268170 and r268190.
Show description for 5e91548committed
Commits on Oct 8, 2020
[JSC] Restrict more ptr-tagging and avoid using OperationPtrTag for JIT code
Show description for 2fdce0ecommitted
Commits on Sep 30, 2020
Always use OperationPtrTag for all operations and annotate operations in CSS JIT
Show description for 4f1fba7committed
Commits on Sep 29, 2020
[JSC] Annotate JIT operation functions called from B3 etc.
Show description for c1fa3eacommitted
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Oct 9, 2019
[JSC] FTL vmCall should check # of arguments
Show description for b6abe23committed
Commits on Sep 22, 2019
[JSC] Int52Rep(DoubleRepAnyIntUse) should not call operation function
Show description for e8363eacommitted
Commits on Sep 5, 2019
Unreviewed, follow-up after r249530 and r249509
Show description for 4dc747fcommitted
Commits on Apr 15, 2019
B3::Value should have different kinds of adjacency lists
Show description for 402606bcommitted
Robin Morisset
Commits on Feb 27, 2019
Remove poisons in JSCPoison and uses of them.
Show description for ff3b188committed
Mark Lam
Commits on Sep 12, 2018
Add IGNORE_WARNING_.* macros
Show description for a1f0315committed
Commits on Jul 24, 2018
Refactoring: make DFG::Plan a class.
Show description for 2409068committed
Mark Lam
Commits on Apr 28, 2018
Make the first 64 bits of JSString look like a double JSValue
Show description for a7bc719committed
Commits on Apr 9, 2018
Add pointer profiling to the FTL and supporting code.
Show description for 5e00b73committed
Mark Lam
Commits on Feb 13, 2018
Lock down JSFunction
Show description for 035ab1ccommitted
Filip Pizlo
Commits on Dec 14, 2017
JSObjects should have a mask for loading indexed properties
Show description for 0260639committed
Commits on Sep 5, 2017
Support compiling catch in the FTL
Show description for 5ac059fcommitted
Commits on Aug 12, 2017
Caging shouldn't have to use a patchpoint for adding
Show description for 753a4afcommitted
Filip Pizlo
Commits on May 4, 2017
[JSC] Math unary functions should be handled by DFG
Show description for e1c6838committed
Commits on Apr 20, 2017
Optimize SharedArrayBuffer in the DFG+FTL
Show description for 1dd5438committed
Filip Pizlo
Commits on Feb 4, 2017
[JSC] Add operationToInt32SensibleSlow to optimize kraken pbkdf2 and sha256
Show description for 711e11fcommitted
Commits on Jan 26, 2017
Harden how the compiler references GC objects
Show description for 5eeeab9committed
Commits on Dec 13, 2016
Unreviewed, rolling out r209725.
Show description for 1232f67committed
Commits on Dec 12, 2016
REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls
Show description for 32765c8committed
Commits on Dec 11, 2016
Unreviewed, rolling out r209653, r209654, r209663, and
Show description for f221755committed
Commits on Dec 10, 2016
JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls
Show description for 7760dedcommitted
Commits on Nov 15, 2016
The GC should be optionally concurrent and disabled by default
Show description for a23efbecommitted
Filip Pizlo