• oth's avatar
    [Interpreter] Basic flow control. · 347fa906
    oth authored
    + Add bytecodes for conditional and unconditional jumps.
    + Add bytecodes for test/compare operations.
    + Expose jumps in bytecode-array-builder and add BytecodeLabel class for
      identifying jump targets.
    + Add support for if..then...else in the bytecode-generator.
    + Implement jump bytecodes in the interpreter. Test/compare operations
      dependent on runtime call for comparisons.
    
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1343363002
    
    Cr-Commit-Position: refs/heads/master@{#30918}
    347fa906
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.status Loading commit data...