Dan Sugalski <[EMAIL PROTECTED]> wrote: > The current calling scheme stands.
[ ... ] > No more performance changes. Period. We get parrot fully functional first. Ok. As long as PIR code is concerned call internals are nicely hidden by the function call and return syntax. But PASM could be a problem if there is a growing amount of code around. We have to change calling conventions slightly for more speed eventually. leo