Jim Blandy wrote:
The nifty thing here is that, if your compiler's internal representation rewrites your code to make those implicit continuation functions explicit - which apparently is a viable plan - then the code your compiler already has that figures out how to pass arguments in registers will work just as well for returning multiple values in registers. So returning multiple values need not require any allocation at all.
This. "BRILLIANT!!!" - B. Fawlty /be _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

