Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Apr 26, 2021
numCalleeLocals, numParameters, and numVars should be unsigned
Show description for 13a6adccommitted
Commits on Oct 21, 2020
Don't OSR exit to bc#0 for FTL argument type checks during loop OSR entry
Show description for fd42af3committed
Commits on Jul 23, 2020
[JSC] FTL OSR entry should store boxed |this|
Show description for 717b681committed
Commits on May 23, 2020
Fix non-unified builds for x86_64
Show description for d7498f3committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 16, 2020
Use dataLogIf more regularly
Show description for 864381dcommitted
Robin Morisset
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 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on May 7, 2019
Don't OSR enter into an FTL CodeBlock that has been jettisoned
Show description for 8e9ba9bcommitted
Commits on Feb 28, 2019
[JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases
Show description for d57274bcommitted
Commits on Jul 8, 2018
[JSC] Optimize layout of CodeBlock to reduce padding
Show description for 28abc16committed
Commits on Oct 9, 2017
Source/JavaScriptCore:
Show description for aa0227bcommitted
Robin Morisset
Commits on Oct 8, 2017
Octane/splay can leak memory due to stray pointers on the stack when run from the command line
Show description for 16b7632committed
Filip Pizlo
Commits on Mar 16, 2017
FTL should support global and eval code
Show description for 4c60174committed
Filip Pizlo
Commits on Jan 27, 2017
Unreviewed, rolling out r211224.
Show description for 4be6938committed
Commits on Jan 26, 2017
OSR entry: delay outer-loop compilation when at inner-loop
Show description for 156442fcommitted
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 Jul 11, 2016
Refactor JSStack to only be the stack data structure for the C Loop.
Show description for c74920ecommitted
Mark Lam
Commits on Dec 2, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f71238bcommittedUnreviewed, rolling out r192914.
Show description for 431dcaecommitted
Commits on Dec 1, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f52623ecommitted
Commits on Sep 18, 2015
Remove register preservation and restoration stub code
Show description for fe09c30committed
Commits on Aug 11, 2015
Make ASan build not depend on asan.xcconfig
Show description for 98c406acommitted
Commits on Aug 6, 2014
Commits on Apr 30, 2014
Argument flush formats should not be presumed to be JSValue since 'this' is weird
Show description for 610f488committed
Filip Pizlo
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Jan 31, 2014
Unreviewed, build fix.
Show description for 06bc85bcommitted
Filip Pizlo