Refactor the smi case inlining for binary operations, so
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 07:47:02 +0000 (07:47 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 07:47:02 +0000 (07:47 +0000)
commit034b89cc05605b90c58101953fc63ed53e7e94ff
tree44412b63e7b37fc8382e768f5afc5a7fc053e967
parentca37dab9815d1454bd3f1c17c5e54e48e56ea6c9
Refactor the smi case inlining for binary operations, so
it's easier to inline the code on demand. Right now, we still
only inline the smi case code for bitwise operations.
Review URL: http://codereview.chromium.org/7669

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@547 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/assembler-ia32.cc
src/codegen-ia32.cc
src/codegen-ia32.h