On Wed, 22 Oct 2003, Leopold Toetsch wrote:
> As ParrotObjects and plain PMCs seems to get more and more unified, the
> question arises, if all PMC vtables should be invocable via the standard
> method invocation for real objects:
Sort of, yes. We're going to define a name for each vtable entry (
As ParrotObjects and plain PMCs seems to get more and more unified, the
question arises, if all PMC vtables should be invocable via the standard
method invocation for real objects:
new P2, .PerlString
can I0, P2, "_set_string_native" # = 1
set S0, "_set_string_native"
set P5, P2
set