[Bug go/60931] libgo has issues when page size is not 4k
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 24 05:38:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60931
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Perhaps it would be better instead of not doing the madvise at all if start or
length isn't page aligned round the start to the next page boundary and end to
the previous page boundary and madvise if the rounded end is above the rounded
start.
More information about the Gcc-bugs
mailing list