[Mono-devel-list] Is native codes for C# methods and CLI internal calls different?
Willibald Krenn
Willibald.Krenn at gmx.at
Fri Feb 25 13:12:09 EST 2005
Okehee Goh schrieb:
> In summary, my question is (1) how i can see native codes generated
> for method invocations
mono -v-v ...
> and internal function calls, and (2) whether i can distinguish the stack frames?
AFAIK internal functions are native C-functions, so you basically have
to disassemble mono in order to see the opcodes generated for them.
Willi
More information about the Mono-devel-list
mailing list