• mstarzinger's avatar
    [interpreter] Add ability to preserve bytecode. · 9e60db1f
    mstarzinger authored
    This adds the --ignition-preserve-bytecode flag which will preserve any
    existing bytecode, even if a tier-up to baseline code is performed. This
    is preparatory work in order to allow mixed stacks where bytecode and
    baseline code can be active at the same time.
    
    It also adds a {HasBaselineCode} predicate symmetric to the existing
    {HasBytecodeArray} predicate. Both predicates are independent and any
    combination of answers is valid.
    
    Further adaptation of the rest of the runtime will be done step-wise in
    follow-up changes.
    
    R=yangguo@chromium.org
    BUG=v8:5265
    
    Review-Url: https://codereview.chromium.org/2224923003
    Cr-Commit-Position: refs/heads/master@{#38540}
    9e60db1f
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
debug.js Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...
liveedit.js Loading commit data...
mirrors.js Loading commit data...