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

Issue 6810015: Remove unnecessary AST node for ++ and -- operations. (Closed)

Created:
9 years, 8 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove unnecessary AST node for ++ and -- operations. Instead of adding an extra AST node we can just use an auxiliary bailout id for named and keyed property count operations. Committed: http://code.google.com/p/v8/source/detail?r=7524

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -96 lines) Patch
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 3 chunks +13 lines, -29 lines 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/data-flow.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +3 lines, -11 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M src/prettyprinter.cc View 3 chunks +0 lines, -15 lines 0 comments Download
M src/rewriter.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 8 months ago (2011-04-07 07:45:52 UTC) #1
Mads Ager (chromium)
9 years, 8 months ago (2011-04-07 07:49:30 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698