>Now there are a dozen ways to handle this. Using flags, keeping args on the
>stack until return, yada yada yada...

One option is we don't pass args to native on the normal stack, rather
create a scratchpad Array PMC and pass it instead, so the routine
can access it randomly. However, I'm unsure of the performance
impact of this solution.

-Melvin

Reply via email to