> There's also boehm-gc:
>
> http://www.hpl.hp.com/personal/Hans_Boehm/gc/
>
> which is shipped with gcc for java's use.
>
> Mostly depends on what you're looking at the gc for - whether it's
> for your language, for hacking on gcc, or somethi
ark each struct for GCable and all static and global variables too. You
> cannot
> have only a reference to a GCable on the stack (it has to be in a GC marked
> variable
> too) when the gc is called.
Thanks,
And in the gcc documentation, can you tell me where can I find an
example or a description ?
Stephane
--
Stephane Wirtel <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
).
Thanks
Stephane
--
Stephane Wirtel <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Le Vendredi 06 Mai 2005 09:16, Eric Christopher a écrit :
> On Fri, 2005-05-06 at 07:06 +0200, Stephane Wirtel wrote:
> > Hi all,
> >
> > I would like to know how many stages are there ?
> >
> > What's the first stage ?
>
> http://gcc.gnu.org/develop.html
>
> -eric
Thanks Eric
Hi all,
I would like to know how many stages are there ?
What's the first stage ?
Thanks