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

Issue 658113002: PartitionAlloc: Remove the 2 GB per-partition address space limit (Closed)

Created:
6 years, 2 months ago by Jens Widell
Modified:
6 years, 2 months ago
Reviewers:
Tom Sepez, Chris Evans
CC:
blink-reviews, mkwst+moarreviews_chromium.org, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

PartitionAlloc: Remove the 2 GB per-partition address space limit Depending on allocation patterns, the allocator sometimes uses a lot more address space than actual committed memory, so the limit -- which was enforced by crashing -- would sometimes be reached even though actual memory usage was significantly lower. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184081

Patch Set 1 #

Total comments: 5

Patch Set 2 : address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -24 lines) Patch
M Source/wtf/PartitionAlloc.h View 1 chunk +0 lines, -6 lines 0 comments Download
M Source/wtf/PartitionAlloc.cpp View 1 3 chunks +8 lines, -18 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jens Widell
PTAL Removing the limit and kMaxPartitionSize constant, and necessarily restructuring partition shutdown a bit.
6 years, 2 months ago (2014-10-16 12:06:24 UTC) #2
Tom Sepez
lgtm https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp File Source/wtf/PartitionAlloc.cpp (right): https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp#newcode260 Source/wtf/PartitionAlloc.cpp:260: PartitionSuperPageExtentEntry* nextEntry; nit: This can go inside the ...
6 years, 2 months ago (2014-10-16 16:45:33 UTC) #3
Jens Widell
https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp File Source/wtf/PartitionAlloc.cpp (right): https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp#newcode265 Source/wtf/PartitionAlloc.cpp:265: while (superPage != superPagesEnd) { On 2014/10/16 16:45:33, Tom ...
6 years, 2 months ago (2014-10-16 16:49:25 UTC) #4
Chris Evans
LGTM Nice.
6 years, 2 months ago (2014-10-16 22:16:49 UTC) #5
Jens Widell
Thank you both for reviewing! https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp File Source/wtf/PartitionAlloc.cpp (right): https://codereview.chromium.org/658113002/diff/1/Source/wtf/PartitionAlloc.cpp#newcode260 Source/wtf/PartitionAlloc.cpp:260: PartitionSuperPageExtentEntry* nextEntry; On 2014/10/16 ...
6 years, 2 months ago (2014-10-21 09:51:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/658113002/20001
6 years, 2 months ago (2014-10-21 12:52:02 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 12:55:49 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 184081

Powered by Google App Engine
This is Rietveld 408576698