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

Issue 99052: Change MergeTo code for virtual frames to use register indices. (Closed)

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

Description

Change MergeTo code for virtual frames to use register indices. Committed: http://code.google.com/p/v8/source/detail?r=1808

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -71 lines) Patch
M src/ia32/virtual-frame-ia32.cc View 1 2 4 chunks +57 lines, -71 lines 0 comments Download
M src/virtual-frame.h View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
William Hesse
Use register locations in two of the MergeTo passes. http://codereview.chromium.org/99052/diff/1/2 File src/ia32/virtual-frame-ia32.cc (right): http://codereview.chromium.org/99052/diff/1/2#newcode362 Line ...
11 years, 8 months ago (2009-04-27 14:20:12 UTC) #1
Kevin Millikin (Chromium)
http://codereview.chromium.org/99052/diff/1/2 File src/ia32/virtual-frame-ia32.cc (right): http://codereview.chromium.org/99052/diff/1/2#newcode315 Line 315: if (register_locations_[i] == expected->register_locations_[i]) continue; register_locations_[i] and register_index(from) ...
11 years, 8 months ago (2009-04-27 17:41:57 UTC) #2
William Hesse
Rewritten and improved. http://codereview.chromium.org/99052/diff/1/2 File src/ia32/virtual-frame-ia32.cc (right): http://codereview.chromium.org/99052/diff/1/2#newcode315 Line 315: if (register_locations_[i] == expected->register_locations_[i]) continue; ...
11 years, 8 months ago (2009-04-28 10:59:40 UTC) #3
Kevin Millikin (Chromium)
http://codereview.chromium.org/99052/diff/1004/6 File src/ia32/virtual-frame-ia32.cc (right): http://codereview.chromium.org/99052/diff/1004/6#newcode324 Line 324: // Copy contents of from from from to ...
11 years, 8 months ago (2009-04-28 11:39:46 UTC) #4
William Hesse
Updated again. Code regression fixed. http://codereview.chromium.org/99052/diff/1004/6 File src/ia32/virtual-frame-ia32.cc (right): http://codereview.chromium.org/99052/diff/1004/6#newcode324 Line 324: // Copy contents ...
11 years, 8 months ago (2009-04-28 13:24:29 UTC) #5
Kevin Millikin (Chromium)
11 years, 8 months ago (2009-04-28 13:35:16 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698