[LLVMdev] Garbage collection
Pertti Kellomäki
pertti.kellomaki at tut.fi
Thu Feb 26 06:24:04 PST 2009
Ralf Schneider wrote:
> A little bit off topic: Has anybody tried building a concurrent GC -
> running in a different _process_, instead of a thread?
> The idea: To perform a collection you do a fork(). The child process
> collects all unreferenced memory regions and reports them back to the
> parent process.
I remember reading a paper in ACM Sigplan Notices (I think)
many years back, describing exactly such a system.
--
Pertti
More information about the llvm-dev
mailing list