Statically resolve tuple-pack-then-unpack, since we use that for LANDINGPAD
This seems like a cleaner way to allow type-specific codegen -- make all types by default defer to UNKNOWN's handling of unpack(). Override the unpack() method in [Unboxed]TupleType to do the unpacking statically if possible.
Showing
Please register or sign in to comment