At 10:28 AM +0100 1/22/04, Leopold Toetsch wrote:
Steve Fink <[EMAIL PROTECTED]> wrote:

 I did a cvs update, and it looks like imcc doesn't properly return
 integers anymore from nonprototyped routines.

I don't even know if this is allowed. But anyway, if the call is non prototyped, native types should go into P3. So you have the overhead of PMC creation anyway plus the overhead of the array access.

And mainly the return convention are still broken.

I thought those were fixed. There's no difference between calling and return conventions -- a return is just a call to the return continuation with parameters, the same way that a call is, well, a call to the (uninstantiated) sub continuation with parameters.


I'll go thump pdd03.
--
                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to