'info' LIR transformation allocates method info block in VM and registers various compiled method specific information in VM
The following information is registered in VM by this pass:
1. Native address to bytecode mapping
2. A map of inlined methods
3. Stack information used to unwind stack frame
4. A map used by garbage collector during the enumeration process