Local variables resolved by the resolver pass are still stored in nested environments by the interpreter and looked up by name. They should instead be associated with a unique ID by the resolver and added to a single 1D list in the interpreter for better efficiency.
Local variables resolved by the resolver pass are still stored in nested environments by the interpreter and looked up by name. They should instead be associated with a unique ID by the resolver and added to a single 1D list in the interpreter for better efficiency.