Parsing some kinds of integers and junk values in Runtime_NumberToString. For that...
authorserya@chromium.org <serya@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 31 Mar 2010 12:00:57 +0000 (12:00 +0000)
committerserya@chromium.org <serya@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 31 Mar 2010 12:00:57 +0000 (12:00 +0000)
commit4db34007821f1d251acb75ac30dd468543229851
tree4b0f172ab93a93530b60849bced9129a5ac81adf
parent704eca9aca5747e9bc53f807d60733a124652456
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.

Review URL: http://codereview.chromium.org/1572004

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