dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc/doc treecc.texi,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/doc treecc.texi,1.15,1.16
Date: Fri, 04 Jul 2003 00:53:51 -0400

Update of /cvsroot/dotgnu-pnet/treecc/doc
In directory subversions:/tmp/cvs-serv32530/doc

Modified Files:
        treecc.texi 
Log Message:


Add the "gc_allocator" option to treecc, to make the node allocator use libgc.


Index: treecc.texi
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/doc/treecc.texi,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** treecc.texi 29 Jan 2003 00:46:54 -0000      1.15
--- treecc.texi 4 Jul 2003 04:53:48 -0000       1.16
***************
*** 1169,1172 ****
--- 1169,1181 ----
  useful when the programmer wants to redirect node allocation to their
  own routines.
+ 
+ @item %option gc_allocator
+ @cindex gc_allocator option
+ Use libgc as a garbage-collecting node allocator for C and C++.  This
+ option has no effect for other output languages.
+ 
+ @item %option no_gc_allocator
+ @cindex no_gc_allocator option
+ Do not use libgc as a garbage-collecting node allocator for C and C++. (*)
  @end table
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]