New garbage collector for C++

J

Jouni Tulkki

Hello,

I'm announing a new garbage collector library for C++. It differs from
the popular Boehm garbage collector in that is uses a partially
conservative algorithm. The stack is marked using a conservative
algorithm but other memory areas are marked using a non-conservative
algorithm.

The library is written to be fast. All memory allocation and other
algorithms are written for this particular purpose.

The homepage is at

http://users.tkk.fi/~jitulkki/truegc/

The library contains source code and a test program that tests the
library quite extensively. There is ofcourse no guarantee that the
library is stable since it is only a few days old. Currently the library
works only on Linux.

- Jouni
 
J

Jouni Tulkki

Jouni said:
Hello,

I'm announing a new garbage collector library for C++. It differs from
the popular Boehm garbage collector in that is uses a partially
conservative algorithm. The stack is marked using a conservative
algorithm but other memory areas are marked using a non-conservative
algorithm.

The library is written to be fast. All memory allocation and other
algorithms are written for this particular purpose.

The homepage is at

http://users.tkk.fi/~jitulkki/truegc/

The library contains source code and a test program that tests the
library quite extensively. There is ofcourse no guarantee that the
library is stable since it is only a few days old. Currently the library
works only on Linux.

- Jouni

I have made new version 0.1.1 available, it should now work also on
linux 2.6 kernels.

http://users.tkk.fi/~jitulkki/truegc/

-Jouni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top