|
From: Nicholas N. <nj...@cs...> - 2005-09-12 13:31:43
|
On Mon, 12 Sep 2005, Tom Hughes wrote: > Really map_base should be somewhere in the middle of the address > space to allow room for the data segment underneath. Yes. On x86/Linux it is 0x40000000. In the trunk's code we approximate that by measuring the size of the hole between the executable and the top of the client's space, and then put map_base 1/3 of the way along. Something similar would be good for ASPACEM. N |