Limit the size of the space reserved for code on systems that
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Jun 2011 10:13:10 +0000 (10:13 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Jun 2011 10:13:10 +0000 (10:13 +0000)
commit5b7b0ce86108dafae3dca4f68403db5fee004d6a
tree5bd2d86fbed1ed3b9d7e5fc8b4263848176a82f9
parente378829b24734a6b5249c2dc7b9cc3da81efe0da
Limit the size of the space reserved for code on systems that
are short of virtual memory.  This should make V8 work in 64 bit
on OpenBSD in its default configuration.  It is a simplified
version of the reverted 8133 which also lowered the non-code
heap size, causing test failures in Chromium on MacOS.
Review URL: http://codereview.chromium.org/7234004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8363 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/platform-posix.cc
src/platform-win32.cc
src/platform.h