Reviewers: fschneider, Description: Inline ordered relative compares of mixed double/undefined values.
Allow Crankshaft to inline ordered relative compares (<, >, <=, >=) that have undefined arguments in addition to double value arguments (rather than calling
the generic Compare stub). [email protected] TEST=test/mjsunit/comparison-ops-and-undefined.js Please review this at https://chromiumcodereview.appspot.com/9584006/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/code-stubs-arm.cc M src/hydrogen-instructions.cc M src/ia32/code-stubs-ia32.cc M src/ia32/ic-ia32.cc M src/ic.cc M src/x64/code-stubs-x64.cc A test/mjsunit/comparison-ops-and-undefined.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
