Chromium Code Reviews
DescriptionDelay canonicalization of 1.0 * N until after representation selection.
This allows to avoid Unbox(Box(N)) pair if N is an unboxed double phi:
var N = 0.0;
while (X) N += 1.0 * N;
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=16799
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||