Move the initial code space to be before the young space instead of after it.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Sep 2008 10:59:19 +0000 (10:59 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Sep 2008 10:59:19 +0000 (10:59 +0000)
commitcd50f9f865e86047f38351d2b1c851032dc672c5
treef11e87e627de3666d0b2e9e08014c470ba850290
parent5312fc05bedfd76f50dd61b89c410030a6e5eb7c
Move the initial code space to be before the young space instead of after it.
The old arrangement meant that the alignment requirements of young space were
likely to nullify ASLR.
Review URL: http://codereview.chromium.org/2925

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@326 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc