Re: [gofrontend-dev] libgo patch committed: Fix madvise on systems with page size != 4096

2014-04-27 Thread Ian Lance Taylor
On Sun, Apr 27, 2014 at 2:45 PM, Michael Hudson-Doyle wrote: > "'Ian Lance Taylor ' via gofrontend-dev" > writes: > >> This patch from Anton Blanchard fixes libgo to adjust to the system page >> size when calling madvise. Bootstrapped and ran Go testsuite on >> x86_64-unknown-linux-gnu. Committ

Re: [gofrontend-dev] libgo patch committed: Fix madvise on systems with page size != 4096

2014-04-27 Thread Michael Hudson-Doyle
"'Ian Lance Taylor ' via gofrontend-dev" writes: > This patch from Anton Blanchard fixes libgo to adjust to the system page > size when calling madvise. Bootstrapped and ran Go testsuite on > x86_64-unknown-linux-gnu. Committed to mainline and 4.9 branch. Hi, I think this patch will make my Ca