Commits
User selector
Commit History
Commits on Apr 2, 2026
Add `FillWith` tag to Vector/FixedVector constructors that fill container with a value
Show description for 22a4dd0committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Dec 3, 2022
[JSC] Make BaselineCallLinkInfo more compact
Show description for 349d9d9committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Nov 15, 2021
[JSC] Use CallLinkInfo in LLInt
Show description for f77d562committed
Commits on Jan 1, 2020
Declare some classes as final.
Show description for a53cd11committed
Mark Lam
Commits on Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Sep 20, 2019
[JSC] DFG op_call_varargs should not assume that one-previous-local of freeReg is usable
Show description for 10e4297committed
Commits on Mar 25, 2019
Heap::isMarked and friends should be instance methods
Show description for 43afe8bcommitted
Commits on Jul 22, 2018
We should support CreateThis in the FTL
Show description for d96818bcommitted
Filip Pizlo
Commits on Jan 13, 2018
Move ExitProfile to UnlinkedCodeBlock so it can be shared amongst CodeBlocks backed by the same UnlinkedCodeBlock
Show description for 3abf574committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
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 22, 2016
Remove a bunch of unnecessary includes
Show description for 0e25412committed
Commits on Apr 6, 2016
Improve some other cases of context-sensitive inlining
Show description for 5a8a862committed
Filip Pizlo
Commits on Jan 30, 2016
CallLinkStatus should trust BadCell exit sites whenever there is no stub
Show description for 31d0de4committed
Filip Pizlo
Commits on Jul 30, 2015
Mark more classes as fast allocated
Show description for 51524ddcommitted
Commits on Jun 24, 2015
Refactor CallLinkInfo from a struct to a class
Show description for cf34c15committed
Commits on Jun 2, 2015
Any exit from any JIT due to profiling for an inline cache should force all future compilations to be wary
Show description for 6770f2acommitted
Filip Pizlo
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
Filip Pizlo
Commits on Feb 2, 2015
Polymorphic call inlining should be based on polymorphic call inline caching rather than logging
Show description for 007787dcommitted
Filip Pizlo
Commits on Jan 30, 2015
Unreviewed, rolling out r179357 and r179358.
Show description for 1a03c94authored andcommitted
Commits on Jan 29, 2015
Polymorphic call inlining should be based on polymorphic call inline caching rather than logging
Show description for 6acab39committed
Filip Pizlo
Commits on Aug 28, 2014
FTL should be able to do polymorphic call inlining
Show description for 6ce4b3bcommitted
Filip Pizlo
Commits on Aug 26, 2014
Unreviewed, rolling out r172940.
Show description for d2efd96committed
Commits on Aug 25, 2014
FTL should be able to do polymorphic call inlining
Show description for 888178bcommitted
Filip Pizlo
Commits on Aug 6, 2014
Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, r171614, r171763 from ftlopt.
Show description for f1003e9committed
Filip Pizlo
Commits on Jul 22, 2014
Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt.
Show description for 5aae0c1committed
Filip Pizlo
Commits on Mar 23, 2014
Call linking slow paths should be passed a CallLinkInfo* directly so that you can create a call IC without adding it to any CodeBlocks
Show description for a67a45ecommitted
Filip Pizlo