Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[omr-dev] MethodBuilder call to ResolvedMethod

Hi

It seems that the MethodBuilder expects ResolvedMethod to have a
contructor with:

         ResolvedMethod(char            * fileName,
                        char            * lineNumber,
                        char            * name,
                        int32_t           numArgs,
                        TR::IlType     ** parmTypes,
                        TR::IlType      * returnType,
                        void            * entryPoint,
                        TR::IlInjector  * ilInjector)

What if the frontend doesn't use some of these components?
My impression so far is that IlType and IlInjector are JitBuilder
components - is that right?
But ResolvedMethod is more generic interface that may not be using JitBuilder?

Thanks and Regards
Dibyendu


Back to the top