[LLVMdev] Parametric polymorphism
Nicolas Geoffray
nicolas.geoffray at lip6.fr
Thu Feb 19 05:39:24 PST 2009
Hi Jon,
Jon Harrop wrote:
> Other people are creating far more bleeding edge VMs (e.g. VMKit) using LLVM's
> GC API so they would be much better positioned to discuss the technical
> aspects than I am. I would like to hear any status updates they have!
>
>
VMKit uses conservative GCs (Boehm or Mmap2, a GC developed in our lab),
so we don't use the GC API. But we are thinking on using it some day.
Nicolas
More information about the llvm-dev
mailing list