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


On 30-Jul-2001, dewar@gnat.com <dewar@gnat.com> wrote:
> <<Yes, but ensuring that requires cooperation from the back-end compiler!
> 
> Not really, it is simply part of the instruction set for which the code
> generator is generating code.

Oh, I see.  I didn't realize that the CDC 6600 used a tagged architecture.

> If you regard it as "cooperation" to generate
> correct code, then it is hard to imagine a back-end that does not cooperate :-)

I don't consider that to be cooperation.
But one of the reasons for wanting a solution that doesn't require
cooperation from the back-end is for portability.  Relying on a tagged
architecture may avoid the need for back-end cooperation, but it isn't
a portable solution.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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