Re: Gcc and a Garbage Collector.

2005-08-19 Thread Stephane Wirtel
 > 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

Re: Gcc and a Garbage Collector.

2005-08-19 Thread Stephane Wirtel
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]>

Gcc and a Garbage Collector.

2005-08-19 Thread Stephane Wirtel
). Thanks Stephane -- Stephane Wirtel <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Re: Stage1 ?

2005-05-06 Thread Stephane Wirtel
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

Stage1 ?

2005-05-05 Thread Stephane Wirtel
Hi all, I would like to know how many stages are there ? What's the first stage ? Thanks