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]

C++ Garbage Collecter


I am seriously considering using a garbage collector in one of my C++
projects but before I do I would like to know if there are any problems
with egcs/gcc and Garbage collectors that I should know about.  In
particular will -O2 cause any problems.  What about other optimization
flags that are not normally included with -O2.

I am considering using the Boehm-Demers-Weiser collector
(http://reality.sgi.com/employees/boehm_mti/gc.html).

Thanks in advance.
-- 
Kevin Atkinson
kevinatk@home.com
http://metalab.unc.edu/kevina/


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