This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r249713 - in /trunk: gcc/go/gofrontend/MERGE li...


Author: ian
Date: Tue Jun 27 22:36:48 2017
New Revision: 249713

URL: https://gcc.gnu.org/viewcvs?rev=249713&root=gcc&view=rev
Log:
    runtime: adapt memory management to AIX mmap
    
    On AIX:
    * mmap does not allow to map an already mapped range,
    * mmap range start at 0x30000000 for 32 bits processes,
    * mmap range start at 0x70000000_00000000 for 64 bits processes
    
    This is adapted from change 37845.
    
    Issue golang/go#19200
    
    Reviewed-on: https://go-review.googlesource.com/46772

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/malloc.go
    trunk/libgo/go/runtime/mem_gccgo.go
    trunk/libgo/runtime/runtime_c.c


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