[LLVMdev] Dynamic (JIT) type resolution

Gordon Henriksen gordonhenriksen at mac.com
Tue Nov 6 08:43:26 PST 2007


On 2007-11-06, at 11:29, Nicolas Geoffray wrote:

>> Or, quite similarly, accessor functions also to be supplied by the  
>> JIT/
>> linker:
>>
>
> You lose performance here, because you have to call the accessor
> function each time you call the xPlusY function. My goal is to patch  
> the
> native code so that you do not need to call these accessor functions  
> again.

Just run the inliner.

— Gordon





More information about the llvm-dev mailing list