DescriptionFix bug with deoptimization targets.
In the second pass of inserting representation conversions (SelectRepresentations)
we may insert sequences of Unbox/Box instructions that are eliminated
by canonicalization later. However, inserting conversions requires a deoptimization id as
deoptimization target. Return kNoDeoptId for Box-instructions since they don't need a real
deoptimization target.
BUG=dartbug.com/14808
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30234
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|