Displaying 2 results from an estimated 2 matches for "2e4cb174".
2008 Jul 26
0
[LLVMdev] CollectorRegistry
...find them anywhere under llvm/lib. I believe the
semispace example in llvm/runtime provides implementations of these
interfaces, however.
— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080726/2e4cb174/attachment.html>
2008 Jul 26
2
[LLVMdev] CollectorRegistry
2008/7/26 Gordon Henriksen <gordonhenriksen at me.com>:
> I'm not sure the purpose of doing so—llvm::Collector (poorly named;
> I'm open to suggestions) exists only in the compiler, not at runtime
> in the compiled program. You should need access to it at runtime no
> more than you might need access to an instance of llvm::TargetMachine.
Maybe I don't understand the