----- Original Message -----
From: "Sean O'Rourke" <[EMAIL PROTECTED]>
To: "K Stol" <[EMAIL PROTECTED]>
Cc: "Michal Wallace" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 11, 2003 7:36 AM
Subject: Re: pirate status / need help with instances


> "K Stol" <[EMAIL PROTECTED]> writes:
> > I may be wrong, but where should the class be stored?
> > The newclass op has an out-parameter where the newly
> > created class is stored. Invoke doesn't have
> > that. (right?)
>
> Presumably it would just return the new object like an
> ordinary function call.
>

invoke is defined in core.ops, and the return value of the PMC
implementation should be an address, because
this result is used in the GOTO macro. So, only an address can be returned.

KJ
> /s
>
>


Reply via email to