Commits
User selector
Commit History
Commits on Aug 17, 2020
Have an OOB+SaneChain Array::Speculation
Show description for c645916committed
Commits on Jun 15, 2020
CheckIsConstant should not use BadCache exit kind
Show description for 788ef3acommitted
Commits on Apr 26, 2020
[JSC] ValueAdd, VaueSub, ValueMul, Inc, Dec should say SpecBigInt32 prediction based on ArithProfile
Show description for 6bb8956committed
Commits on Jan 17, 2019
StringObjectUse should not be a structure check for the original string object structure
Show description for 67ed8bacommitted
Commits on May 9, 2018
Speed up AbstractInterpreter::executeEdges
Show description for 0ccd1fdcommitted
Filip Pizlo
Commits on Aug 30, 2017
Unreviewed, rolling out r221317.
Show description for 2273c72committed
Commits on Aug 29, 2017
Throwing an exception in the DFG/FTL should not be a jettison-able OSR exit
Show description for 4f067afcommitted
Commits on May 19, 2016
DFG::LICMPhase shouldn't hoist type checks unless it knows that the check will succeed at the loop pre-header
Show description for 601bad1committed
Filip Pizlo
Commits on Jan 29, 2016
Exits from exceptions shouldn't jettison code
Show description for 6a41d37committed
Commits on Dec 18, 2015
[ES6] Add support for Symbol.hasInstance
Show description for 70023cecommitted
Commits on Dec 14, 2015
Roll out r193974 and follow-up fixes as it caused JSC crashes
Show description for ee7eb17committed
Commits on Dec 11, 2015
[ES6] Add support for Symbol.hasInstance
Show description for 44658decommitted
Commits on Aug 11, 2015
Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
Show description for be1ffc9committed
Commits on Aug 9, 2015
Regression(r188105): Seems to have caused crashes during PLT on some iPads
Show description for c2359afcommitted
Commits on Aug 7, 2015
Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
Show description for 7529a08committed
Commits on Mar 13, 2015
"this" should be in TDZ until super is called in the constructor of a derived class
Show description for a1d96eccommitted
Commits on Feb 26, 2015
Various array access corner cases should take OSR exit feedback
Show description for 360c085committed
Filip Pizlo
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
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 Jul 25, 2014
Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, r170017, r170060, r170064 from ftlopt.
Show description for d1dc59dcommitted
Filip Pizlo
Commits on Jan 23, 2014
Enable DFG for the Debugger and Profiler.
Show description for 85a054bcommitted
Mark Lam
Commits on Dec 10, 2013
Reveal array bounds checks in DFG IR
Show description for 3354268committed
Filip Pizlo
Commits on Oct 30, 2013
Add InvalidationPoints to the DFG and use them for all watchpoints
Show description for 15c41abcommitted
Filip Pizlo
Commits on Oct 28, 2013
OSRExit::m_watchpointIndex should be in OSRExitCompilationInfo
Show description for 0444defcommitted
Filip Pizlo
Commits on Sep 18, 2013
DFG should support Int52 for local variables
Show description for f6eb403committed
Filip PizloUnreviewed, rolling out r156019 and r156020.
Show description for e8adddfcommittedDFG should support Int52 for local variables
Show description for bdd0d56committed
Filip Pizlo
Commits on Sep 11, 2013
Propagate the Int48 stuff into the prediction propagator.
Show description for 5dca337committed
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: DFG CFA should know when it hits a contradiction
Show description for 1116d63committed
Commits on Mar 18, 2013
DFG string conversions and allocations should be inlined
Show description for c2c7341committed
Filip Pizlo
Commits on Jan 23, 2013
Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC
Show description for 6758a3dcommitted
Commits on Jan 5, 2013
Rationalize exit site profiling for calls
Show description for 6144850committed
Filip Pizlo
Commits on Dec 17, 2012
Rationalize array profiling for out-of-bounds and hole cases
Show description for 0a73068committed
Filip Pizlo