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

Issue 486008: Adding compound assignments to the top-level compiler. (Closed)

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

Description

Adding compound assignments to the top-level compiler. Committed: http://code.google.com/p/v8/source/detail?r=3455

Patch Set 1 #

Total comments: 17

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -35 lines) Patch
M src/arm/fast-codegen-arm.cc View 4 chunks +40 lines, -6 lines 0 comments Download
M src/ast.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/fast-codegen.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/fast-codegen.cc View 1 2 2 chunks +42 lines, -9 lines 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 1 2 3 4 5 chunks +39 lines, -9 lines 0 comments Download
M src/token.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 5 chunks +39 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
fschneider
11 years ago (2009-12-10 14:57:17 UTC) #1
Kevin Millikin (Chromium)
Initial round of comments. http://codereview.chromium.org/486008/diff/1/4 File src/ast.h (right): http://codereview.chromium.org/486008/diff/1/4#newcode1245 src/ast.h:1245: return op() != Token::ASSIGN && ...
11 years ago (2009-12-10 15:31:39 UTC) #2
fschneider
Addressed comments. Introducing an accumulator register for passing intermediate results may be better done as ...
11 years ago (2009-12-10 16:48:26 UTC) #3
fschneider
Added x64 and ARM platform.
11 years ago (2009-12-11 13:28:58 UTC) #4
fschneider
Fixed check for compound assignment to also check for INIT_CONST token.
11 years ago (2009-12-11 13:34:23 UTC) #5
Kevin Millikin (Chromium)
11 years ago (2009-12-11 14:16:00 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698