[Mono-dev] MonoJitInfo question

Neale Ferguson neale at sinenomine.net
Wed Aug 19 17:33:46 UTC 2015


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?



More information about the Mono-devel-list mailing list