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]
Other format: [Raw text]

Re: GTY and const


Lucas (a.k.a T-Bird or bsdfan3) wrote:
Why can't we use the Boehm's GC for all of GCC? It's already distributed with GCC and we already use it for the Java runtime.
Lucas
Zack Weinberg wrote:

For the record, you cannot use BGC for the GNAT compiler itself because it uses virtual origin addressing which is incompatible with the BGC approach. In terms of the run time library, I think everything should work except the g-table and g-dyntab units which also use virtual addressing.



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