fafd1cdd35
This changes the encoding of the {HandlerTable} from an array of Smi values to a byte array. It allows embedding of said array into the instruction stream of {Code} objects (similar to how safepoint tables work). For interpreted bytecode the table is attached as a {ByteArray} to the bytecode. The advantage of this approach is a more compact encoding and also the ability to move such tables easily off the GC'ed heap if needed (as is done for WebAssembly code for example). R=jarin@chromium.org Change-Id: I3320415dff69b3d1053825bda0d667a28232bf6d Reviewed-on: https://chromium-review.googlesource.com/934642 Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#51589} |
||
---|---|---|
.. | ||
block-coverage-builder.h | ||
bytecode-array-accessor.cc | ||
bytecode-array-accessor.h | ||
bytecode-array-builder.cc | ||
bytecode-array-builder.h | ||
bytecode-array-iterator.cc | ||
bytecode-array-iterator.h | ||
bytecode-array-random-iterator.cc | ||
bytecode-array-random-iterator.h | ||
bytecode-array-writer.cc | ||
bytecode-array-writer.h | ||
bytecode-decoder.cc | ||
bytecode-decoder.h | ||
bytecode-flags.cc | ||
bytecode-flags.h | ||
bytecode-generator.cc | ||
bytecode-generator.h | ||
bytecode-jump-table.h | ||
bytecode-label.cc | ||
bytecode-label.h | ||
bytecode-node.cc | ||
bytecode-node.h | ||
bytecode-operands.cc | ||
bytecode-operands.h | ||
bytecode-register-allocator.h | ||
bytecode-register-optimizer.cc | ||
bytecode-register-optimizer.h | ||
bytecode-register.cc | ||
bytecode-register.h | ||
bytecode-source-info.cc | ||
bytecode-source-info.h | ||
bytecode-traits.h | ||
bytecodes.cc | ||
bytecodes.h | ||
constant-array-builder.cc | ||
constant-array-builder.h | ||
control-flow-builders.cc | ||
control-flow-builders.h | ||
handler-table-builder.cc | ||
handler-table-builder.h | ||
interpreter-assembler.cc | ||
interpreter-assembler.h | ||
interpreter-generator.cc | ||
interpreter-generator.h | ||
interpreter-intrinsics-generator.cc | ||
interpreter-intrinsics-generator.h | ||
interpreter-intrinsics.cc | ||
interpreter-intrinsics.h | ||
interpreter.cc | ||
interpreter.h | ||
OWNERS | ||
setup-interpreter-internal.cc | ||
setup-interpreter.h |