Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Issue 245042: Remove CallEval as a subclass of the Call AST node type. We were not... (Closed)

Created:
11 years, 2 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

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. Committed: http://code.google.com/p/v8/source/detail?r=2984

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -254 lines) Patch
M src/arm/codegen-arm.cc View 3 chunks +51 lines, -59 lines 0 comments Download
M src/ast.h View 2 chunks +0 lines, -19 lines 0 comments Download
M src/ast.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/cfg.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +58 lines, -60 lines 0 comments Download
M src/parser.cc View 4 chunks +1 line, -21 lines 0 comments Download
M src/prettyprinter.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M src/rewriter.cc View 2 chunks +0 lines, -12 lines 0 comments Download
M src/usage-analyzer.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/variables.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +61 lines, -60 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 2 months ago (2009-09-29 12:50:55 UTC) #1
Mads Ager (chromium)
11 years, 2 months ago (2009-09-29 13:01:55 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698