Sam Ruby <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch wrote:

[ provide Bound_Meth core PMC classes ]

> Cool.  I'd likely still subclass it to provide a get_string.

Yep.

>> WRT implementation: I'd like to swap struct_val/pmc_val for all Sub
>> classes. It's just cleaner but should be almost fully transparent to
>> users of these classes.

> No objection.

Done that now. PMC_sub(SELF) aka PMC_struct_val(SELF) holds now
basically all the subroutine information: segment, address, name of Subs
or the C function pointer for NCI.

This makes PMC_pmc_val() consistently available as the bound object.

leo

Reply via email to