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

Issue 19956002: Support double allocations when folding allocation. (Closed)

Created:
7 years, 5 months ago by Hannes Payer (out of office)
Modified:
7 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Support double allocations when folding allocation. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15839

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -8 lines) Patch
M src/hydrogen-instructions.cc View 1 2 3 4 2 chunks +12 lines, -4 lines 0 comments Download
M test/mjsunit/allocation-folding.js View 1 2 3 2 chunks +37 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-22 16:46:26 UTC) #1
Michael Starzinger
This change does not do what you think it's doing. There is a thinko about ...
7 years, 5 months ago (2013-07-22 19:46:56 UTC) #2
Hannes Payer (out of office)
This change was ways to complicated, thanks for pointing that out. Handling this on the ...
7 years, 5 months ago (2013-07-22 20:23:13 UTC) #3
Michael Starzinger
LGTM with one comment. https://codereview.chromium.org/19956002/diff/31001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/19956002/diff/31001/src/hydrogen-instructions.cc#newcode3214 src/hydrogen-instructions.cc:3214: if (!GuaranteedInNewSpace() || MustAllocateDoubleAligned() || ...
7 years, 5 months ago (2013-07-23 11:24:14 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/19956002/diff/31001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/19956002/diff/31001/src/hydrogen-instructions.cc#newcode3214 src/hydrogen-instructions.cc:3214: if (!GuaranteedInNewSpace() || MustAllocateDoubleAligned() || On 2013/07/23 11:24:14, Michael ...
7 years, 5 months ago (2013-07-23 19:26:37 UTC) #5
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-23 19:27:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r15839 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698