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

Issue 8060052: Fix leakage of virtual address space on Linux platform. (Closed)

Created:
9 years, 2 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 2 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix leakage of virtual address space on Linux platform. Ensure that unmap return values are checked in debug mode. R=erik.corry@gmail.com BUG=v8:1701 Committed: http://code.google.com/p/v8/source/detail?r=9480

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -25 lines) Patch
M src/platform.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +19 lines, -9 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +18 lines, -8 lines 0 comments Download
M src/platform-openbsd.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/spaces.cc View 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-09-29 11:57:16 UTC) #1
Erik Corry
9 years, 2 months ago (2011-09-29 12:12:07 UTC) #2
LGTM

Is it possible to put helper functions in platform-posix.cc and and then call
them from the others?  It seems likely that the new GC doesn't work on OpenBSD,
FreeBSD and Solaris/Illumos at the moment.

Powered by Google App Engine
This is Rietveld 408576698