Leopold Toetsch writes:
> Luke Palmer <[EMAIL PROTECTED]> wrote:
> > ...  I think a Ref would
> > work, but Ref delegates set_pmc to what it's referencing, so it's never
> > possible to change the referent!  Is it?
> 
> Some time ago I proposed additional opcodes dealing with Ref PMCs. You
> mention it, yep - they need "deref" and "setref" or such. Would the
> latter solve your problem?

Yeah.  I think deref is all we need, though.  Assign on a ref would
change what the reference points to, and deref and then assign would
assign to the reference.

Luke

> > Luke
> 
> leo

Reply via email to