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

Issue 22378003: Added allocation folding support for old space allocations. (Closed)

Created:
7 years, 4 months ago by Hannes Payer (out of office)
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Added allocation folding support for old space allocations. BUG= R=mstarzinger@chromium.org, titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16346

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 6

Patch Set 8 : #

Total comments: 9

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 2

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -26 lines) Patch
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +48 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +159 lines, -20 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Hannes Payer (out of office)
7 years, 4 months ago (2013-08-06 11:37:10 UTC) #1
titzer
https://codereview.chromium.org/22378003/diff/15001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/15001/src/hydrogen-instructions.cc#newcode3339 src/hydrogen-instructions.cc:3339: This method is getting pretty big; suggest pulling out ...
7 years, 4 months ago (2013-08-06 12:24:12 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/22378003/diff/15001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/15001/src/hydrogen-instructions.cc#newcode3339 src/hydrogen-instructions.cc:3339: On 2013/08/06 12:24:12, titzer wrote: > This method is ...
7 years, 4 months ago (2013-08-07 07:48:01 UTC) #3
titzer
https://codereview.chromium.org/22378003/diff/29002/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/29002/src/hydrogen-instructions.cc#newcode3484 src/hydrogen-instructions.cc:3484: HConstant* filler_map = HConstant::New( You can use CreateAndInsert() here. ...
7 years, 4 months ago (2013-08-07 11:53:44 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/22378003/diff/29002/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/29002/src/hydrogen-instructions.cc#newcode3484 src/hydrogen-instructions.cc:3484: HConstant* filler_map = HConstant::New( On 2013/08/07 11:53:44, titzer wrote: ...
7 years, 4 months ago (2013-08-07 12:47:55 UTC) #5
titzer
lgtm
7 years, 4 months ago (2013-08-07 13:00:25 UTC) #6
Michael Starzinger
https://codereview.chromium.org/22378003/diff/38001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/38001/src/hydrogen-instructions.cc#newcode3431 src/hydrogen-instructions.cc:3431: // space memory. nit: Seems like an "otherwise" is ...
7 years, 4 months ago (2013-08-09 09:22:58 UTC) #7
Hannes Payer (out of office)
https://codereview.chromium.org/22378003/diff/38001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/38001/src/hydrogen-instructions.cc#newcode3452 src/hydrogen-instructions.cc:3452: UpdateFreeSpaceFiller(dominator_free_space_size, On 2013/08/09 09:22:58, Michael Starzinger wrote: > It ...
7 years, 4 months ago (2013-08-09 11:10:43 UTC) #8
Michael Starzinger
LGTM.
7 years, 4 months ago (2013-08-09 12:46:08 UTC) #9
Hannes Payer (out of office)
On 2013/08/09 12:46:08, Michael Starzinger wrote: > LGTM. Update: mstarzinger model checker found a bug ...
7 years, 4 months ago (2013-08-13 08:57:32 UTC) #10
titzer
https://codereview.chromium.org/22378003/diff/63001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/63001/src/hydrogen-instructions.cc#newcode3366 src/hydrogen-instructions.cc:3366: filler_free_space_size_->DeleteAndReplaceWith(new_free_space_size); Whoa. I don't think you want to DeleteAndReplaceWith() ...
7 years, 3 months ago (2013-08-26 09:50:24 UTC) #11
Hannes Payer (out of office)
https://codereview.chromium.org/22378003/diff/63001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/22378003/diff/63001/src/hydrogen-instructions.cc#newcode3366 src/hydrogen-instructions.cc:3366: filler_free_space_size_->DeleteAndReplaceWith(new_free_space_size); On 2013/08/26 09:50:24, titzer wrote: > Whoa. I ...
7 years, 3 months ago (2013-08-26 13:34:08 UTC) #12
titzer
lgtm
7 years, 3 months ago (2013-08-26 16:54:52 UTC) #13
Hannes Payer (out of office)
7 years, 3 months ago (2013-08-27 07:42:32 UTC) #14
Message was sent while issue was closed.
Committed patchset #12 manually as r16346 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698