Re: topdown-vm for hppa
Nick Hudson <[email protected]> Wed, 12 Dec 2012 11:37:44 +0000
| Newsgroups | gmane.os.netbsd.ports.hp700 |
|---|---|
| Message-ID | <[email protected]> |
On 12/10/12 16:24, Chuck Silvers wrote: > hi folks, Hi Chuck, > the first attached patch enables __USE_TOPDOWN_VM for hppa > and also moves the stack up to the top of the user address space, > which makes the space available to applications more contiguous. > does anyone see any problem with this? Nope :) > the second patch fixes setrlimit(RLIM_STACK) for stack-grows-up, > which wasn't causing a problem with the stack out in the middle > of the address space all by its lonesome, but is much more noticable > with the stack and shlib mappings next to each other up at the top. Looks good > > -Chuck Thanks, Nick