GTY and const
Robert Dewar
dewar@adacore.com
Thu Dec 23 20:04:00 GMT 2004
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.
More information about the Gcc
mailing list