vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mttbx opened this issue · comments

commented

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.