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

Issue 18148: Use unspilled frames in unary operations. (Closed)

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

Description

Use unspilled frames in unary operations. Committed: http://code.google.com/p/v8/source/detail?r=1107

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -76 lines) Patch
M src/codegen-ia32.cc View 1 2 5 chunks +59 lines, -55 lines 0 comments Download
M src/virtual-frame-ia32.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 2 3 2 chunks +16 lines, -18 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
William Hesse
Passes all tests, fixes a bug in VirtualFrame::PrepareForCall.
11 years, 11 months ago (2009-01-16 14:39:45 UTC) #1
William Hesse
On 2009/01/16 14:39:45, William Hesse wrote: > Passes all tests, fixes a bug in VirtualFrame::PrepareForCall. ...
11 years, 11 months ago (2009-01-16 14:46:54 UTC) #2
Kevin Millikin (Chromium)
If you mean the Mozilla js1_5/Regress/regress-98901.js test, then that is a separate and known issue.
11 years, 11 months ago (2009-01-17 07:37:59 UTC) #3
William Hesse
11 years, 11 months ago (2009-01-20 08:51:45 UTC) #4
Kevin Millikin (Chromium)
I have a few comments. http://codereview.chromium.org/18148/diff/8/203 File src/codegen-ia32.cc (right): http://codereview.chromium.org/18148/diff/8/203#newcode3634 Line 3634: false_target(), true_target(), true); ...
11 years, 11 months ago (2009-01-20 09:55:03 UTC) #5
William Hesse
http://codereview.chromium.org/18148/diff/8/203 File src/codegen-ia32.cc (right): http://codereview.chromium.org/18148/diff/8/203#newcode3634 Line 3634: false_target(), true_target(), true); On 2009/01/20 09:55:03, Kevin Millikin ...
11 years, 11 months ago (2009-01-20 11:54:23 UTC) #6
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-20 11:59:48 UTC) #7
LGTM.

Powered by Google App Engine
This is Rietveld 408576698