Commits
User selector
Commit History
Commits on Apr 30, 2019
CodeBlock::m_instructionCount is wrong
Show description for e99cb4fcommitted
Commits on Oct 29, 2018
New bytecode format for JSC
Show description for c57dd45committed
Commits on Oct 26, 2018
Unreviewed, rolling out r237479 and r237484.
Show description for 0e37616committedNew bytecode format for JSC
Show description for 83d3012committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Oct 28, 2016
One file per class for Executable.h/.cpp
Show description for 82d3670committed
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 Aug 20, 2016
[JSC] ArithSqrt should work with any argument type
Show description for 727369dauthored andcommitted
Commits on Mar 3, 2015
JIT debugging features that selectively disable the JITs for code blocks need to stay out of the way of the critical path of JIT management
Show description for f6d6bcdcommitted
Filip Pizlo
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
Filip Pizlo
Commits on Aug 6, 2014
Commits on Jun 16, 2014
Convert ASSERT in inlineFunctionForCapabilityLevel to early return
Show description for 46eb029committed
Commits on May 2, 2014
Add a DFG function whitelist
Show description for 04159cdcommitted
Mark Hahnenberg
Commits on Apr 15, 2014
DFG IR should keep the data flow of doubles and int52's separate from the data flow of JSValue's
Show description for 3376a7ccommitted
Filip Pizlo
Commits on Feb 26, 2014
Compilation policy management belongs in operationOptimize(), not the DFG Driver.
Show description for 4598c05committed
Mark Lam
Commits on Feb 23, 2014
Refine DFG+FTL inlining and compilation limits
Show description for f7af452committed
Filip Pizlo
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Feb 10, 2014
Unreviewed, roll out http://trac.webkit.org/changeset/163796
Show description for e4a53dbcommitted
Filip PizloRemove extra includes from DFG
Show description for a762db7authored andcommitted
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Jul 25, 2013
fourthTier: Recursive deadlock in DFG::ByteCodeParser
Show description for 4c79a64committedfourthTier: add heuristics to reduce the likelihood of a trivially inlineable function being independently compiled by the concurrent JIT
Show description for 31c07a3committedfourthTier: rationalize DFG::CapabilityLevel and DFGCapabilities.[h|cpp]
Show description for ff45667committedfourthTier: Rationalized 'this' conversion, includes subsequent FTL branch fixes
Show description for 3054a7bcommitted
Commits on Apr 27, 2013
Cleaned up pre/post inc/dec in bytecode
Show description for 56553cacommitted
Commits on Apr 26, 2013
DFG doesn't support to_jsnumber
Show description for 0c8cc9fcommitted
Filip Pizlo
Commits on Mar 29, 2013
Simplified the bytecode by removing op_loop and op_loop_if_*
Show description for 2540d79committed
Commits on Mar 7, 2013
Bring back eager resolution of function scoped variables
Show description for fc2cf77committed
Commits on Feb 27, 2013
DFG OSR exit doesn't know which virtual register to use for the last result register for post_inc and post_dec
Show description for 128689ecommitted
Filip Pizlo
Commits on Feb 21, 2013
DFG inlines Resolves that it doesn't know how to handle correctly
Show description for d1860c9committed
Filip Pizlo
Commits on Feb 13, 2013
Remove unnecessary indirection to non-local variable access operations
Show description for d588284committed
Commits on Jan 9, 2013
Support op_typeof in the DFG
Show description for e3459e6committed
Commits on Jan 7, 2013
DFG should inline closure calls
Show description for 1d670edcommitted
Filip Pizlo