[Mono-dev] gmcs and The Future

Jb Evain jb at nurv.fr
Wed Feb 4 11:10:24 EST 2009


Hey,

On 2/4/09, russell.kay at realtimeworlds.com
<russell.kay at realtimeworlds.com> wrote:
>  So I'm not expecting the C# compiler to output anything other than IL
>  but just eliminate the calling overhead and not relying on the JIT to do
>  the inlining.

That's just not possible for a large majority of the cases, as it
would cause a lot of access exceptions. You can't simply inline an
instance method which reads a private field in its own type, inside
another type for instance.

-- 
Jb Evain  <jb at nurv.fr>


More information about the Mono-devel-list mailing list