http://codereview.chromium.org/1374005/diff/23001/24003 File src/conversions.cc (right):
http://codereview.chromium.org/1374005/diff/23001/24003#newcode334 src/conversions.cc:334: bool zerro_tail = true; On 2010/03/29 15:14:30, Florian Loitsch wrote:
zero_tail
Done. http://codereview.chromium.org/1374005/diff/23001/24003#newcode350 src/conversions.cc:350: if ((number & 1) != 0 || !zerro_tail) { On 2010/03/29 15:14:30, Florian Loitsch wrote:
Add comment why we look at the last binary digit of the number. (I.e
make a
reference to "round to even").
Done. http://codereview.chromium.org/1374005 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
