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 <ne...@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@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to