[Interpreter] Make Fast-paths of StackCheck, Jump Return, ForInNext not build a frame.
Tweaks the generated code for a number of bytecode handlers. In particular, uses deferred labels (now that they exist) to ensure that fast-paths don't build frames where possible. This improves the codegen for StackCheck, Jump, Return and ForInNext. Also tweak the codegen for CreateArguments, LogicalNot, ForInDone. Seems to give ~5-8% performance boost on Octane. BUG=v8:4280 LOG=N Review-Url: https://codereview.chromium.org/1973873004 Cr-Commit-Position: refs/heads/master@{#36236}
Showing
Please
register
or
sign in
to comment