[perl #50878] [BUG] is_equal vtable function not callable in C

2008-09-06 Thread Christoph Otto via RT
On Fri Feb 15 02:43:05 2008, [EMAIL PROTECTED] wrote: > > They're marked as MMD in vtable.tbl, so my guess is that they're not > directly > callable by vtable pointer from C. F (though admittedly > out of > date) suggests that mmd_dispatch_* is the right approach. > > -- c > Sounds good enough

Re: [perl #50878] [BUG] is_equal vtable function not callable in C

2008-02-15 Thread chromatic
On Thursday 14 February 2008 18:16:03 Jerry Gay wrote: > 'cotto' on #parrot came to me with a problem today. he is unable to > call VTABLE_is_equal(...) inside a .pmc file. i'll use > src/pmc/exporter.pmc as an example pmc file, because i know its > internals. here's a patch: > > Index: src/pmc/ex

[perl #50878] [BUG] is_equal vtable function not callable in C

2008-02-14 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #50878] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50878 > 'cotto' on #parrot came to me with a problem today. he is unable to call VTABLE_is_equal(..