stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
24 stars 0 forks source link

Merge Multivar-return-opt into main: Remove copy to and from return stack #242

Closed stevehalliwell closed 8 months ago

stevehalliwell commented 8 months ago

Remove returnstack from the vm, just shuffle down the value stack directly

close #239

coveralls commented 8 months ago

Coverage Status

coverage: 95.827% (-0.01%) from 95.84% when pulling c3fac3d86580b804cdfbc1202a5c819729d9c696 on multivar-return-opt into 6d0db3dde5179e9d05b5d3836aabadc69d21312e on main.