vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.29k stars 145 forks source link

How to get the offset between a local variable to the frame bottom? #351

Open mttbx opened 1 year ago

mttbx commented 1 year ago

Local variable is allocate in the stack. How to get the offset between that local variable to the frame bottom? I may need that infomation.