Reviewers: Kasper Lund, Description: Make the CompareStub and the UnaryOpStub accept smi inputs.
The stubs get an additional flag for including the smi code inside the stub. This allows us to generate more compact code if we don't want to inline the smi case outside the stub. Please review this at http://codereview.chromium.org/3439001/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: src/code-stubs.h src/flag-definitions.h src/full-codegen.cc src/ia32/code-stubs-ia32.cc src/ia32/codegen-ia32.cc src/ia32/full-codegen-ia32.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
