rune icon indicating copy to clipboard operation
rune copied to clipboard

Consider using negative indexing instead of frame base relative

Open udoprog opened this issue 5 years ago • 0 comments

We currently do variable indexing based on the bottom of the current call frame. This could in principle instead be based on the relative offset from the top of the stack.

See: https://rune-rs.github.io/rune/call_frames.html

udoprog avatar Sep 05 '20 18:09 udoprog