• rmcilroy's avatar
    [interpreter] Add basic framework for bytecode handler code generation. · 7877c4e0
    rmcilroy authored
    Adds basic support for generation of interpreter bytecode handler code
    snippets. The InterpreterAssembler class exposes a set of low level,
    interpreter specific operations which can be used to build a Turbofan
    graph. The Interpreter class generates a bytecode handler snippet for
    each bytecode by assembling operations using an InterpreterAssembler.
    
    Currently only two simple bytecodes are supported: LoadLiteral0 and Return.
    
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1239793002
    
    Cr-Commit-Position: refs/heads/master@{#29814}
    7877c4e0
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...