format icon indicating copy to clipboard operation
format copied to clipboard

Local variables tracking

Open yann300 opened this issue 1 year ago • 1 comments

local variables (and params): The compiler should if possible returns all the ranges in the VM trace where a specific local is in the scope, and how to track its ref or value in the stack (this is perhaps the most important thing for us or at least this is where we spent most of the time..)

yann300 avatar Dec 07 '23 14:12 yann300