brianush1 / zua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encode minimum needed stack size in bytecode

brianush1 opened this issue · comments

Currently, the stack size is hard-coded at 16 values. This can be both a waste of space, and too little for some functions, particularly those using large tuples.