[LLVMdev] JIT and garbage collection
Hendrik Boom
hendrik at topoi.pooq.com
Sun Aug 6 11:30:40 PDT 2006
If I recall correctly, the garbage collector interface consists mostly of
some fuctions that one calls during execution to notify the collector
about a GC root. There's one othr thing that's needed if you do JIT
compilation: you have to garbage-collect the generated code. This means
that the collector must be able to find where the pointers are in the
generated code together with metadata.
Is there any support for this?
More information about the llvm-dev
mailing list