On Mon Jul 24 13:16:41 2006, chip wrote:
> On Mon, Jul 17, 2006 at 07:17:09PM +0200, Leopold Toetsch wrote:
> > A PMC method definition, e.g.
> >   METHOD void load_library(PMC* ar, PMC* h) {...}
> > is processed by the PMC compiler, which generates a signature:
> >   "vOPP"   # SELF being the implicit 'O'bject
> >
> > With some more annotation like:
> >   METHOD void load_library(PMC* /**slurp**/ ar, PMC*
> /**namedslurp**/ h) {...}
> > or whatever and some perl magic, we could create signatures like:
> >   "vI%@"
> > which then can be handled during argument passing.
> 
> That would be a Good Thing.

Unless I'm mistaken, these are covered by PCCMETHOD (for some time now). Unless 
I hear a 
squawk, I'll close this out as implemented in a few days.



Reply via email to