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

Issue 42565: Remove register counts from VirtualFrame, use register indices instead. (Closed)

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

Description

Remove register counts from VirtualFrame, use register indices instead. Committed: http://code.google.com/p/v8/source/detail?r=1605

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -81 lines) Patch
M src/codegen-ia32.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M src/jump-target.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/register-allocator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame.cc View 1 2 9 chunks +25 lines, -60 lines 0 comments Download
M src/virtual-frame-arm.h View 1 2 chunks +10 lines, -6 lines 0 comments Download
M src/virtual-frame-ia32.h View 1 2 chunks +10 lines, -6 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
William Hesse
11 years, 9 months ago (2009-03-24 16:23:57 UTC) #1
Kevin Millikin (Chromium)
This seems like a nice cleanup even if it doesn't make a noticeable performance difference. ...
11 years, 9 months ago (2009-03-25 08:48:18 UTC) #2
William Hesse
All recommended changes made. http://codereview.chromium.org/42565/diff/1/2 File src/jump-target.cc (right): http://codereview.chromium.org/42565/diff/1/2#newcode275 Line 275: // Set the register ...
11 years, 9 months ago (2009-03-25 09:45:20 UTC) #3
Kevin Millikin (Chromium)
Other than the issue mentioned below, it LGTM. http://codereview.chromium.org/42565/diff/1004/1008 File src/virtual-frame.cc (right): http://codereview.chromium.org/42565/diff/1004/1008#newcode189 Line 189: ...
11 years, 9 months ago (2009-03-25 09:54:11 UTC) #4
William Hesse
8 years, 7 months ago (2012-05-07 09:35:42 UTC) #5
http://codereview.chromium.org/42565/diff/1004/src/virtual-frame.cc
File src/virtual-frame.cc (right):

http://codereview.chromium.org/42565/diff/1004/src/virtual-frame.cc#newcode189
src/virtual-frame.cc:189: // in the CodeGenerator's Allocator must be above 0.
On 2009/03/25 09:54:11, Kevin Millikin wrote:
> I don't like this comment.  It's not really a true precondition (the function
> still works fine otherwise), and if it were a precondition it shouldn't be
> buried here in the implementation.

Done.

Powered by Google App Engine
This is Rietveld 408576698