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

Issue 7352007: Add guard pages in front of platform allocations (Closed)

Created:
9 years, 5 months ago by Cris Neckar
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add guard pages in front of platform allocations BUG=89247

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -12 lines) Patch
M src/platform.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-linux.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-macos.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-nullos.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-solaris.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-win32.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M src/spaces.h View 1 1 chunk +11 lines, -3 lines 0 comments Download
M src/spaces.cc View 1 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Cris Neckar
9 years, 5 months ago (2011-07-12 23:12:51 UTC) #1
Cris Neckar
On 2011/07/12 23:12:51, Cris Neckar wrote: hold off on reviewing this. there is some cleanup ...
9 years, 5 months ago (2011-07-12 23:19:12 UTC) #2
Vyacheslav Egorov (Chromium)
Preliminary comments. I still think that we should do that inside MemoryAllocator not inside OS. ...
9 years, 5 months ago (2011-07-12 23:23:28 UTC) #3
Cris Neckar
This new patch moves everything into MemoryAllocator as you suggested Slava. Thanks! http://codereview.chromium.org/7352007/diff/1/src/platform-linux.cc File src/platform-linux.cc ...
9 years, 5 months ago (2011-07-14 17:32:28 UTC) #4
Cris Neckar
9 years, 5 months ago (2011-07-14 19:10:51 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698