Commits
User selector
Commit History
Commits on May 21, 2021
Remove one-shot function optimizations.
Show description for 55cbb2cauthored andcommitted
Commits on Apr 26, 2021
[cleanup] Rename LocalIsolate templates to IsolateT
Show description for 84e144fauthored andcommitted
Commits on Mar 2, 2021
[debug] Don't put a source position on internal `Return`s.
Show description for 06359f7authored andcommitted
Commits on Feb 11, 2021
[interpreter] Rename AccumulatorUse so it can be expanded for short star
Show description for 1dd0988authored andcommitted
Commits on Jan 29, 2021
Reland2 [super] Store home object in Context instead of JSFunction
Show description for 31d2bb8authored andcommitted
Commits on Jan 28, 2021
Revert "Reland [super] Store home object in Context instead of JSFunction"
Show description for 12f8ac4authored andcommitted
Commits on Jan 19, 2021
Reland [super] Store home object in Context instead of JSFunction
Show description for f6450b9authored andcommitted
Revert "[super] Store home object in Context instead of JSFunction"
Show description for e3dbd69authored andcommitted
Commits on Jan 18, 2021
[super] Store home object in Context instead of JSFunction
Show description for 4d5b878authored andcommitted
Commits on Nov 10, 2020
[cleanup] Remove DISALLOW_COPY_AND_ASSIGN in interpreter/
Show description for 2565c9dauthored andcommitted
Commits on Oct 29, 2020
[class] Fix super call evaluation order
Show description for def7dc3authored andcommitted
Commits on Sep 8, 2020
[super property speed] Add an IC for super property loads
Show description for 3d40ec8authored andcommitted
Commits on Aug 28, 2020
[super property speed] Add a byte code for super property access
Show description for 5339e54authored andcommitted
Commits on Mar 20, 2020
[interpreter] Delete StackCheck bytecode
Show description for 6c1e09aauthored andcommitted
[interpreter] Make IterationBody StackChecks implicit within JumpLoop
Show description for a447a44authored andcommitted
Commits on Mar 2, 2020
[off-thread] Get rid of OffThreadHandle
Show description for 84279bfauthored andcommitted
Commits on Feb 20, 2020
[offthread] Add OffThreadIsolate support to bytecode generator
Show description for 9bb7336authored andcommitted
Commits on Feb 10, 2020
[interpreter] Make FunctionEntry StackCheck bytecodes implicit
Show description for 9d3dc6fauthored andcommitted
Commits on Sep 6, 2019
Reland "Update GetIterator bytecode to load and call object[Symbol.iterator]"
Show description for ffa9f16authored andcommitted

Commits on Sep 3, 2019
Revert "Update GetIterator bytecode to load and call object[Symbol.iterator]"
Show description for af04a51authored andcommitted
Update GetIterator bytecode to load and call object[Symbol.iterator]
Show description for 8b89a7cauthored andcommitted

Commits on Sep 2, 2019
[interpreter] Improve reporting for bytecode mismatches
Show description for 00cd9cfauthored andcommitted
Commits on Aug 23, 2019
[compiler] Skip creating unneeded objects for lazy source positions
Show description for 735f3a6authored andcommitted
Commits on Aug 9, 2019
Add GetIterator bytecode to load object[Symbol.iterator] in accumulator
Show description for ac8acabauthored andcommitted

Commits on Aug 8, 2019
[interpreter] add JumpIfUndefinedOrNull
Show description for b54dbdcauthored andcommitted
Commits on May 24, 2019
Move remaining files in src/
Show description for f9a88acauthored andcommitted
Commits on Mar 1, 2019
Reland "Optimize `in` operator"
Show description for 803ad32authored andcommitted
Commits on Feb 28, 2019
[ignition] Use dead code elimination for implicit returns
Show description for 8d940b9authored andcommitted
Reland "[ignition] Skip binding dead labels"
Show description for c7ebc58authored andcommitted
Revert "[ignition] Skip binding dead labels"
Show description for 8ee20f5authored andcommitted
[ignition] Skip binding dead labels
Show description for 35269f7authored andcommitted
Commits on Feb 26, 2019
Revert "Optimize `in` operator"
Show description for d2729beauthored andcommitted
Commits on Feb 25, 2019
Optimize `in` operator
Show description for 32fc0acauthored andcommitted
Commits on Jan 3, 2019
[ignition] Move destructuring assignments to bytecode generation
Show description for 00a2481authored andcommitted
Commits on Nov 8, 2018
[ignition] More accurate dead statement elision
Show description for 7412593authored andcommitted