Commits
User selector
Commit History
Commits on Aug 20, 2025
Rename JSImmutableButterfly to JSCellButterfly as its no longer always immutable
Show description for b660c35committed
Commits on Oct 7, 2022
[JSC] Optimize 3~ parameter Math.min / Math.max
Show description for 70f6651committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
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 Dec 22, 2019
[JSC] Improve our bound function implementation
Show description for 5ac8cbccommitted
Commits on Mar 20, 2019
Compress CodeOrigin into a single word in the common case
Show description for 7d0bd26committed
Robin Morisset
Commits on May 22, 2018
We should have a CoW storage for NewArrayBuffer arrays.
Show description for c31e946committed
Commits on May 2, 2018
emitCodeToGetArgumentsArrayLength should not crash on PhantomNewArrayWithSpread
Show description for af65728committed
Robin Morisset
Commits on Feb 21, 2018
DFG::VarargsForwardingPhase should eliminate getting argument length
Show description for 601a86bcommitted
Commits on Feb 12, 2018
DFG::emitCodeToGetArgumentsArrayLength needs to handle NewArrayBuffer/PhantomNewArrayBuffer
Show description for 851e555committed
Commits on Feb 3, 2018
Make various DFG_ASSERTs provide more data to WTFCrashWithInfo
Show description for 842140dcommitted
Commits on Sep 2, 2017
[DFG] Relax arity requirement
Show description for 2c84795committed
Commits on Nov 1, 2016
We should be able to eliminate rest parameter allocations
Show description for babbd95committedUnreviewed, rolling out r208208 and r208210.
Show description for 688e3f3committedWe should be able to eliminate rest parameter allocations
Show description for e52d146committed
Commits on Jul 8, 2016
Move CallFrame header info from JSStack.h to CallFrame.h
Show description for 330082dcommitted
Mark Lam
Commits on Jun 3, 2016
Add argument_count bytecode for concat
Show description for a0ac4b7committed
Commits on Apr 25, 2016
Renaming SpecInt32, SpecInt52, MachineInt to SpecInt32Only, SpecInt52Only, AnyInt.
Show description for 4253040committed
Mark Lam
Commits on Mar 26, 2015
Heap variables shouldn't end up in the stack frame
Show description for 329af67committed
Filip Pizlo
Loading