Description[interpreter] Add OSR nesting level to bytecode header.
This adds a new field to the header of every BytecodeArray which stores
the current nesting level up to which loop back edges are armed as OSR
points. The intention is to arm OSR points incrementally from outermost
to innermost until one fires (similar to OSR from FullCodegen).
R=rmcilroy@chromium.org
BUG=v8:4764
Committed: https://crrev.com/b54e49ae49f162fbe3e46eaa8d9ba89ab0de2411
Cr-Commit-Position: refs/heads/master@{#38017}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address comments. #Patch Set 3 : Add TODO. #
Dependent Patchsets: Messages
Total messages: 21 (12 generated)
|