[Mono-dev] MonoJitInfo question

Zoltan Varga vargaz at gmail.com
Wed Aug 19 19:13:05 UTC 2015


Hi,

  method is valid if is_async is FALSE. aot_info is valid if is_async is
TRUE. image is an internal field, its used internally by the MonoJitInfo
code.

             Zoltan

On Wed, Aug 19, 2015 at 1:33 PM, Neale Ferguson <neale at sinenomine.net>
wrote:

> In MonoJitInfo there is a union:
>
>         union {
>                 MonoMethod *method;
>                 MonoImage *image;
>                 gpointer aot_info;
>                 gpointer tramp_info;
>         } d;
>
> How do I know which thing to dereference against? There is a field
> "is_trampoline" which answers it for one of the fields but on what basis
> do I select the others?
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150819/0a2d0c3b/attachment.html>


More information about the Mono-devel-list mailing list