Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[omr-dev] ResolvedMethod question

Hi,

I am looking at how to register foreign functions or call a function
via pointer. Looking at MethodBuilder and ThunkBuilder I can see that
to call a function an instance of ResolvedMethod is needed. How is the
ResolvedMethod linked to the Code Cache? Is it stored anywhere - or is
it just an interface that must be defined for any callable function? I
presume that the list of foreign functions can be simply maintained by
the front-end?

Regards
Dibyendu


Back to the top