This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

RE: Porting Boehm-gc to embedded m68k environment


John Neil writes:
 > >>
 > >
 > >> 2.  Are the memory pages returned via the GET_MEM function automatically
 > >> added to the list of ranges to be ...
 > >
 > >No.  Those memory pages are only traced when referenced from a live
 > >pointer.  (If you did register all of your heap as roots, nothing could
 > >ever be collected.)
 > >
 > OK I found my problem, gcj is incorrectly calculating the boehm descriptor
 > when the alignment is not the same as sizeof(void*). 

When the alignment of what is not the same as sizeof(void*)?

Andrew.


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