Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[omr-dev] Calling functions recursively and via pointers

Hi,

I am working on two features currently missing in my C front-end:

a) Recursive function calls
b) Calling a function through a pointer obtained at runtime

Any pointers to IL opcode / documentation / or relevant ILBuilder /
JITBuilder code would be much appreciated.

Thanks and Regards
Dibyendu


Back to the top