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

Issue 2348303002: Replaced different means of zone pooling/reusing by one zone segment pool (Closed)

Created:
4 years, 3 months ago by heimbuef
Modified:
4 years, 2 months ago
CC:
rmcilroy, v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Replaced different means of zone pooling/reusing by one zone segment pool BUG=v8:5409 Committed: https://crrev.com/a124feb0760896c8be61de08004a08c3bc9b4b3f Committed: https://crrev.com/fc840361e357a571c709e0239ae82cc089800b3f Committed: https://crrev.com/a96c2129af6203ffbf7512344e24f430fde82f29 Cr-Original-Original-Commit-Position: refs/heads/master@{#39633} Cr-Original-Commit-Position: refs/heads/master@{#40048} Cr-Commit-Position: refs/heads/master@{#40138}

Patch Set 1 : Merge branch 'zonesegpool' into onezonepool #

Total comments: 4

Patch Set 2 : Merge branch 'zonesegpool' into onezonepool #

Total comments: 4

Patch Set 3 : Merge branch 'zonesegpool' into onezonepool #

Patch Set 4 : Add latest fixes to the zonepool #

Patch Set 5 : Added most recent changes from master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -585 lines) Patch
M BUILD.gn View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/move-optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 16 chunks +48 lines, -48 lines 0 comments Download
M src/compiler/pipeline-statistics.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/pipeline-statistics.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M src/compiler/scheduler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D src/compiler/zone-pool.h View 1 chunk +0 lines, -94 lines 0 comments Download
D src/compiler/zone-pool.cc View 1 chunk +0 lines, -138 lines 0 comments Download
A + src/compiler/zone-stats.h View 1 2 5 chunks +17 lines, -19 lines 0 comments Download
A + src/compiler/zone-stats.cc View 1 2 5 chunks +31 lines, -58 lines 0 comments Download
M src/v8.gyp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/zone/zone.h View 1 2 3 3 chunks +3 lines, -16 lines 0 comments Download
M src/zone/zone.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M test/unittests/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/zone-pool-unittest.cc View 1 1 chunk +0 lines, -163 lines 0 comments Download
A + test/unittests/compiler/zone-stats-unittest.cc View 1 2 5 chunks +22 lines, -25 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 54 (36 generated)
heimbuef
PTAL
4 years, 3 months ago (2016-09-19 15:02:58 UTC) #14
Michael Starzinger
Cool stuff. Looking good. Just nits. https://codereview.chromium.org/2348303002/diff/40001/src/compiler/zonestats.cc File src/compiler/zonestats.cc (right): https://codereview.chromium.org/2348303002/diff/40001/src/compiler/zonestats.cc#newcode106 src/compiler/zonestats.cc:106: // Delete zone ...
4 years, 3 months ago (2016-09-20 10:35:39 UTC) #15
heimbuef
On 2016/09/20 at 10:35:39, mstarzinger wrote: > Cool stuff. Looking good. Just nits. > > ...
4 years, 3 months ago (2016-09-21 10:58:56 UTC) #18
Toon Verwaest
https://codereview.chromium.org/2348303002/diff/80001/src/compiler/zone-stats.cc File src/compiler/zone-stats.cc (right): https://codereview.chromium.org/2348303002/diff/80001/src/compiler/zone-stats.cc#newcode89 src/compiler/zone-stats.cc:89: used_.push_back(zone); Does it still make sense to call this ...
4 years, 3 months ago (2016-09-21 11:31:03 UTC) #20
Michael Starzinger
LGTM from my end with one last comment to address. https://codereview.chromium.org/2348303002/diff/80001/test/unittests/compiler/zone-stats-unittest.cc File test/unittests/compiler/zone-stats-unittest.cc (right): https://codereview.chromium.org/2348303002/diff/80001/test/unittests/compiler/zone-stats-unittest.cc#newcode5 ...
4 years, 3 months ago (2016-09-21 11:53:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2348303002/120001
4 years, 3 months ago (2016-09-22 15:32:26 UTC) #29
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 3 months ago (2016-09-22 15:35:03 UTC) #30
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/a124feb0760896c8be61de08004a08c3bc9b4b3f Cr-Commit-Position: refs/heads/master@{#39633}
4 years, 3 months ago (2016-09-22 15:35:21 UTC) #32
Michael Hablich
A revert of this CL (patchset #3 id:120001) has been created in https://codereview.chromium.org/2360403003/ by hablich@chromium.org. ...
4 years, 3 months ago (2016-09-23 06:02:00 UTC) #33
heimbuef
Please take another look - just fixed the blink build.
4 years, 2 months ago (2016-10-06 11:48:00 UTC) #38
Michael Starzinger
Yep, still LGTM. Thanks!
4 years, 2 months ago (2016-10-06 14:34:16 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2348303002/160001
4 years, 2 months ago (2016-10-06 14:48:12 UTC) #41
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years, 2 months ago (2016-10-06 15:16:33 UTC) #42
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/fc840361e357a571c709e0239ae82cc089800b3f Cr-Commit-Position: refs/heads/master@{#40048}
4 years, 2 months ago (2016-10-06 15:16:52 UTC) #44
Michael Hablich
A revert of this CL (patchset #5 id:160001) has been created in https://codereview.chromium.org/2401163002/ by hablich@chromium.org. ...
4 years, 2 months ago (2016-10-07 21:10:30 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2348303002/160001
4 years, 2 months ago (2016-10-10 18:57:55 UTC) #51
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years, 2 months ago (2016-10-10 19:00:37 UTC) #52
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 19:01:06 UTC) #54
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a96c2129af6203ffbf7512344e24f430fde82f29
Cr-Commit-Position: refs/heads/master@{#40138}

Powered by Google App Engine
This is Rietveld 408576698