Reviewers: Mads Ager,

Description:
Remove CallEval as a subclass of the Call AST node type.  We were not
differentiating between Call and CallEval except in the code
generator, and the difference can be detected from a regular Call AST
node at code generation time.


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

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

Affected files:
   M     src/arm/codegen-arm.cc
   M     src/ast.h
   M     src/ast.cc
   M     src/cfg.cc
   M     src/ia32/codegen-ia32.cc
   M     src/parser.cc
   M     src/prettyprinter.cc
   M     src/rewriter.cc
   M     src/usage-analyzer.cc
   M     src/variables.h
   M     src/x64/codegen-x64.cc



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

Reply via email to