This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: vma space for gc


>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

    Andreas> I don't understand what your problem is.  As long as you
    Andreas> don't use MAP_FIXED you are safe from clashing with
    Andreas> unrelated mmaps.

Richard is trying to find a large contiguous region of the 64-bit
address space so that he does not have to do any additional work
(relative to 32-bit machines) in order to go from memory addresses to
mark bits.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]