[LLVMdev] Dynamic (JIT) type resolution

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Nov 6 09:21:20 PST 2007


Gordon Henriksen wrote:
>
> Just run the inliner.
>   

No. ;-) The inliner would require to recompile the function, and I don't
want that. And recall that at compilation time, I do not have the type
layout. It's only at execution time that I can have it.

Nicolas





More information about the llvm-dev mailing list