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: robustness vs. conservative GC


<<I don't see how you can obtain that sufficient information
without cooperation from the compiler back-end.
>>

But you can't do any kind of type accurate GC without information from the
compiler back end in any case. Actually that's not quite true, see for
example the CDC implementation of ALgol-68, where they simply went to a fully
typed runtime data representation (i.e. by looking at any word in memory
you can tell if or if it is not a pointer).


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