Optimize three Number2Integer functions in runtime.cc: remove the check that was...
authoroleg@chromium.org <oleg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Feb 2010 16:46:37 +0000 (16:46 +0000)
committeroleg@chromium.org <oleg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Feb 2010 16:46:37 +0000 (16:46 +0000)
commita6940ef0a847db7e3cf9110c0c1108adc8e24ade
tree7f16c13fa2f98f3657efd564822f1143f62f86d4
parent05ae9effa312763fca1a51620ea937b23b0997d4
Optimize three Number2Integer functions in runtime.cc: remove the check that was already done in JavaScript, add simpler code in case we are getting a SMI
result.

Code review: http://codereview.chromium.org/660084

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