• mstarzinger's avatar
    Introduce {ConstantElementsPair} struct for type safety. · 92b370ee
    mstarzinger authored
    This introduces an explicit struct for the communication channel between
    the {ArrayLiteral} AST node and the corresponding runtime methods. Those
    methods take a pair of {ElementsKind} as well as an array (can either be
    a FixedArray or a FixedDoubleArray) of constant values.
    
    For bonus points it also reduces the size of the involved heap object by
    one word (i.e. length field of FixedArray not needed anymore).
    
    R=mvstanton@chromium.org
    
    Review-Url: https://codereview.chromium.org/2581683003
    Cr-Commit-Position: refs/heads/master@{#41752}
    92b370ee
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...