Parsing some kinds of integers and junk values in Runtime_NumberToString. For that...
authorserya@chromium.org <serya@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 5 Apr 2010 08:00:28 +0000 (08:00 +0000)
committerserya@chromium.org <serya@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 5 Apr 2010 08:00:28 +0000 (08:00 +0000)
commit9877ea8b90c2c7871711ae7ca1bc427946718951
treeab151731ec40df6fdc0d553a346edd463e99c13b
parent560baa5eb494519cea26ae12ee6f28b5b2c10a73
Parsing some kinds of integers and junk values in Runtime_NumberToString. For that values the string is converted into int and then into SMI. It lets to avoid floating point operations.

Committed: http://code.google.com/p/v8/source/detail?r=4331
Review URL: http://codereview.chromium.org/1572004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4339 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc