• jarin's avatar
    Thread maybe-assigned through the bytecodes. · 17c2dd38
    jarin authored
    This introduces LoadImmutableContextSlot and LoadImmutableCurrentContextSlot
    bytecodes, which are emitted when reading from never-assigned context slot.
    
    There is a subtlety here: the slot are not immutable, the meaning is
    actually undefined-or-hole-or-immutable.
    
    Review-Url: https://codereview.chromium.org/2655733003
    Cr-Commit-Position: refs/heads/master@{#43000}
    17c2dd38
Name
Last commit
Last update
..
bytecode-array-builder-unittest.cc Loading commit data...
bytecode-array-iterator-unittest.cc Loading commit data...
bytecode-array-random-iterator-unittest.cc Loading commit data...
bytecode-array-writer-unittest.cc Loading commit data...
bytecode-dead-code-optimizer-unittest.cc Loading commit data...
bytecode-decoder-unittest.cc Loading commit data...
bytecode-operands-unittest.cc Loading commit data...
bytecode-peephole-optimizer-unittest.cc Loading commit data...
bytecode-pipeline-unittest.cc Loading commit data...
bytecode-register-allocator-unittest.cc Loading commit data...
bytecode-register-optimizer-unittest.cc Loading commit data...
bytecode-utils.h Loading commit data...
bytecodes-unittest.cc Loading commit data...
constant-array-builder-unittest.cc Loading commit data...
interpreter-assembler-unittest.cc Loading commit data...
interpreter-assembler-unittest.h Loading commit data...