Re: [perl #41825] [BUG] morph vtable override not working in PIR
[email protected] (Andrew Whitworth) Sat, 17 Jan 2009 21:15:04 -0500
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jan 17, 2009 at 2:12 PM, chromatic <[email protected]> wrote: > I haven't been awake long, but could internal code call whatever the copy > opcode calls? I guess I don't know what people are talking about here with copy. But, I would be hesitant to remove morph in order to rely on some sideeffect of a different operation. If we want PMCs to be able to change their types, we want to use something that's specific for that behavior, not a copy that happens to be able to change the type of the things it copies. --Andrew Whitworth