• bmeurer's avatar
    [turbofan] Use appropriate type for NodeId. · c487aba7
    bmeurer authored
    Up until now we used int32_t for NodeId, but that was not ideal because
    negative values are invalid for NodeId and we use it as an array index
    for example in the NodeMarker class, where C++ compilers on x64 have to
    generate code that does proper sign extension for the indices, which is
    completely unnecessary.
    
    R=svenpanne@chromium.org
    
    Review URL: https://codereview.chromium.org/1178403004
    
    Cr-Commit-Position: refs/heads/master@{#28997}
    c487aba7
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...