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

Issue 13127: Initial real implementation of simple merge for frames. Does not yet... (Closed)

Created:
12 years ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
iposva, William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Initial real implementation of simple merge for frames. Does not yet support register->register moves (which never occur right now). This is preliminary, so comments on what sort of abstractions it needs are very welcome. Committed: http://code.google.com/p/v8/source/detail?r=925

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 15

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -47 lines) Patch
M src/codegen.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/flag-definitions.h View 2 chunks +1 line, -1 line 0 comments Download
M src/jump-target-ia32.cc View 4 chunks +12 lines, -4 lines 0 comments Download
M src/register-allocator-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/register-allocator-ia32.cc View 2 chunks +14 lines, -8 lines 0 comments Download
M src/virtual-frame-ia32.h View 2 chunks +8 lines, -3 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 2 3 8 chunks +173 lines, -28 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Kevin Millikin (Chromium)
There are some pending issues to fix after this is submitted: we're getting dangerously close ...
12 years ago (2008-12-04 13:00:33 UTC) #1
Kevin Millikin (Chromium)
I've uploaded a new patch set with a fix for the loop index bug.
12 years ago (2008-12-05 08:51:58 UTC) #2
William Hesse
I have only commented virtual-frame-ia32.cc so far, but here they are. http://codereview.chromium.org/13127/diff/1/5 File src/virtual-frame-ia32.cc (left): ...
12 years ago (2008-12-05 11:03:52 UTC) #3
William Hesse
OK, not much to say about all the other files. http://codereview.chromium.org/13127/diff/209/17 File src/codegen-ia32.cc (right): http://codereview.chromium.org/13127/diff/209/17#newcode250 ...
12 years ago (2008-12-05 11:55:45 UTC) #4
Kevin Millikin (Chromium)
http://codereview.chromium.org/13127/diff/209/17 File src/codegen-ia32.cc (right): http://codereview.chromium.org/13127/diff/209/17#newcode250 Line 250: CheckStack(); On 2008/12/05 11:55:46, William Hesse wrote: > ...
12 years ago (2008-12-05 13:00:52 UTC) #5
William Hesse
Two possible changes are suggested, otherwise LGTM. My stuff will use this, so I hope ...
12 years ago (2008-12-05 13:27:13 UTC) #6
Kevin Millikin (Chromium)
12 years ago (2008-12-05 13:47:42 UTC) #7
http://codereview.chromium.org/13127/diff/28/605
File src/virtual-frame-ia32.cc (right):

http://codereview.chromium.org/13127/diff/28/605#newcode358
Line 358: __ push(source.reg());
On 2008/12/05 13:27:13, William Hesse wrote:
> Is this now SpillElement(i)?

Almost, ditto below.  New patch set coming.

Powered by Google App Engine
This is Rietveld 408576698