LGTM.
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; zero_tail http://codereview.chromium.org/1374005/diff/23001/24003#newcode350 src/conversions.cc:350: if ((number & 1) != 0 || !zerro_tail) { Add comment why we look at the last binary digit of the number. (I.e make a reference to "round to even"). 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.
