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

Issue 19706: Remove spills from complex assignments. Some compound assignments now... (Closed)

Created:
11 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove spills from complex assignments. Some compound assignments now invalidate the target variable's slot while the right-hand-side is evaluated.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -7 lines) Patch
M src/codegen-ia32.cc View 2 chunks +9 lines, -4 lines 2 comments Download
M src/virtual-frame-ia32.cc View 1 chunk +5 lines, -3 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
William Hesse
11 years, 10 months ago (2009-01-30 13:05:09 UTC) #1
Kevin Millikin (Chromium)
LGTM with some small comments. http://codereview.chromium.org/19706/diff/1/3 File src/codegen-ia32.cc (right): http://codereview.chromium.org/19706/diff/1/3#newcode3145 Line 3145: // VirtualFrame::SpilledScope spilled_scope(this); ...
11 years, 10 months ago (2009-02-03 09:48:55 UTC) #2
William Hesse
11 years, 10 months ago (2009-02-04 14:07:54 UTC) #3
All comments addressed.  Committed as change 1226.

Powered by Google App Engine
This is Rietveld 408576698