Tyler (Jones Beach) @fromscratchcode.com · Mar 26

And the second is a new behavior for RETURN_VALUE, it now supports multiple returns by compiling the values into a tuple.

0 likes 1 replies

?

Replies

Tyler (Jones Beach) · Mar 26

There's another optimization I should add, which is treating something like `(1,2)` as a compile-time constant, rather than something which must call `BUILD_TUPLE` at runtime.