# New Ticket Created by  Chip Salzenberg 
# Please include the string:  [perl #39927]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39927 >


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.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to