Reviewers: fschneider,

Message:
A later change will change all the CodeGenerator:: binary operation
implementations to take an AST BinaryOperation node, rather than passing all the
information as separate parameters.

Description:
Add static analysis to AST expressions that records whether a negative zero will be treated identically to a positive zero in the expression's context. Use this
flag to avoid some tests in inlined smi code.

Please review this at http://codereview.chromium.org/965001

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ast.h
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/rewriter.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to