[LLVMdev] VMKit (was Parametric polymorphism)
Nicolas Geoffray
nicolas.geoffray at lip6.fr
Thu Feb 19 15:51:14 PST 2009
Jon Harrop wrote:
> What approach do you take to generics on the CLR?
I didn't implement the generics on the CLR port, but I think it
instantiates a new LLVM method the first time the method is called. Then
I think it's using caches to not instantiate multiple times the method
with the same type.
> Also, are you gearing up for
> another release of VMKit to coincide with LLVM 2.5?
>
>
Yes, soon to come, with many exciting new features! :)
Nicolas
More information about the llvm-dev
mailing list