Re: [Mono-dev] Method attributes in Full-AOT code

2011-05-25 Thread Martin Däumler
On 13.05.11 16:31, Jonathan Pryor wrote: On May 13, 2011, at 3:49 AM, Martin Däumler wrote: I learned that PInvoke and Internal Call methods are quite the same. Not quite the same. P/Invoke marshals arguments, internal calls do not. For a glaring difference between these, consider

Re: [Mono-dev] Method attributes in Full-AOT code

2011-05-13 Thread Martin Däumler
On 11.05.11 11:29, Martin Daeumler wrote: I'm diving into the Full-AOT code of Mono 2.6.1 and I want to know the meaning of several MonoMethod attributes and how these methods are called, please. The Full-AOT code skips the AOT compilation of methods with the flags:

[Mono-dev] Method attributes in Full-AOT code

2011-05-11 Thread Martin Daeumler
Hello, I'm diving into the Full-AOT code of Mono 2.6.1 and I want to know the meaning of several MonoMethod attributes and how these methods are called, please. The Full-AOT code skips the AOT compilation of methods with the flags: METHOD_ATTRIBUTE_ABSTRACT METHOD_ATTRIBUTE_PINVOKE_IMPL and