https://codereview.chromium.org/23710070/diff/13001/src/hydrogen-instructions.cc
File src/hydrogen-instructions.cc (right):

https://codereview.chromium.org/23710070/diff/13001/src/hydrogen-instructions.cc#newcode2847
src/hydrogen-instructions.cc:2847: if (CheckFlag(kCanOverflow))
stream->Add(" !");
maybe [can-overflow] instead of a cryptic bang.

https://codereview.chromium.org/23710070/diff/13001/src/hydrogen-instructions.cc#newcode2848
src/hydrogen-instructions.cc:2848: if (CheckFlag(kBailoutOnMinusZero))
stream->Add(" -0?");
and something here.

https://codereview.chromium.org/23710070/diff/13001/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/23710070/diff/13001/src/hydrogen.cc#newcode2633
src/hydrogen.cc:2633: // We can ignore ObservableSideEffects here since
CreateJoin will add
I find this comment confusing and would rather just leave it out.

https://codereview.chromium.org/23710070/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to