发新话题
打印

[转载]编译原理类Boehm collector version 4.10

[转载]编译原理类Boehm collector version 4.10

信息来源:美国 普林斯顿大学

A garbage collector for C and C++
by Hans-J. Boehm, Alan J. Demers, and Mark Weiser
The Boehm conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is distributed by the Hans Boehm. Latest versions are likely to be available here.
Linking the Boehm collector to your Tiger compiler will allow it to compile large programs without running out of memory.

http://www.cs.princeton.edu/~appel/modern/c/software/boehm/

附件

gc.tar.gz (268 KB)

2006-7-24 06:19, 下载次数: 121

曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题