Re: [perl #48565] [DEPRECATED] METHOD vs PCCMETHOD in PMC declarations

2008-01-05 Thread Allison Randal
Agreed that PCCMETHODs need to be optimized, and they will be. (One of the first optimizations will be making it so a PCCMETHOD call doesn't have to check whether it's calling an old METHOD.) But the old METHODs aren't sufficient to support the dynamic languages we're targeting. They don't sup

Re: [perl #48565] [DEPRECATED] METHOD vs PCCMETHOD in PMC declarations

2008-01-05 Thread Leopold Toetsch
Am Freitag, 14. Dezember 2007 04:01 schrieb Will Coleda: > From PDD17: > > Methods are declared in the body of the C or C > declaration with C. > >   METHOD inspect(STRING *what :optional, int got_what :opt_flag) {...} > > [NOTE: There is an older C keyword, which is deprecated. The > current C wil

[perl #48565] [DEPRECATED] METHOD vs PCCMETHOD in PMC declarations

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48565] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48565 > >From PDD17: Methods are declared in the body of the C or C declaration with C. METHO