Description[turbofan] Fix accumulator use in bytecode analysis.
This fixes the checks of accumulator usage flags in the computation of
the interpreter register liveness during bytecode analysis. The usage
flags at hand are bit patterns as opposed to flat enum values. Use the
safe accessors instead of plain comparison.
R=jarin@chromium.org
TEST=mjsunit/regress/regress-crbug-683581
BUG=chromium:683581
Review-Url: https://codereview.chromium.org/2651653005
Cr-Commit-Position: refs/heads/master@{#42648}
Committed: https://chromium.googlesource.com/v8/v8/+/efc8cb16d783c923c690be93cd55ae37f947edca
Patch Set 1 #
Total comments: 1
Messages
Total messages: 14 (8 generated)
|