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

Issue 1297873002: Oilpan: Don't use guard pages in NaCl (Closed)

Created:
5 years, 4 months ago by haraken
Modified:
5 years, 4 months ago
CC:
blink-reviews, oilpan-reviews, kouhei+heap_chromium.org, Mads Ager (chromium)
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Don't use guard pages in NaCl NaCl's system page size is 64 KB. This causes a problem in Oilpan's heap layout because Oilpan allocates two guard pages for each blink page (whose size is 128 KB). After a couple of discussions, we decided not to use guard pages in NaCl. This CL adds a flag to change the guard page size to 0. It will be used by NaCl in a follow-up CL. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200620

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M Source/platform/heap/Heap.h View 1 2 4 chunks +14 lines, -4 lines 0 comments Download
M Source/platform/heap/Heap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/heap/PageMemory.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
haraken
PTAL
5 years, 4 months ago (2015-08-16 13:33:39 UTC) #2
sof
lgtm https://codereview.chromium.org/1297873002/diff/20001/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/1297873002/diff/20001/Source/platform/heap/Heap.h#newcode61 Source/platform/heap/Heap.h:61: #if 0 will be adjusted/fixed before landing, presumably? ...
5 years, 4 months ago (2015-08-16 16:41:56 UTC) #4
haraken
Thanks for review! Comments addressed.
5 years, 4 months ago (2015-08-16 23:59:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1297873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1297873002/40001
5 years, 4 months ago (2015-08-17 00:00:12 UTC) #8
commit-bot: I haz the power
5 years, 4 months ago (2015-08-17 01:56:16 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200620

Powered by Google App Engine
This is Rietveld 408576698