On Sun, Apr 15, 2012 at 7:15 AM, Sandro Magi <[email protected]>wrote:

>
>
> This discussion of dynamic linking seems entirely orthogonal, since if
> you're linking dynamically, you've already given up inlining, assuming
> current linking infrastructure -- although LLVM is beginning to change
> that.
>
>
Most jits will inline dll  code if small  eg .NET will inline it if less <
about 32 instruction ( count changes depending on whether its in a loop)
and its an instance call (  static calls are less inlined which causes
performance  issues with custom  maths libs ) .

Ben
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to