Reviewers: floitschv8_gmail.com,
Description:
StringToInt rewritten. This version doesn't allocate memory for long
decimals
and uses percise rounding if radix 10 or a power of 2 (in other cases
rounding
error still may occur). Handling special values moved from
Runtime_StringParseInt into StringToInt in order to make it consistent with
StringToDouble.
Please review this at http://codereview.chromium.org/1529004
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/conversions.h
M src/conversions.cc
M src/runtime.cc
--
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.