>
> Er - Tk has (compile time generated) tables of functions.
> You can call into Tk (from C) by getting address of function table from
> perl variable and then doing (*table->func)(x,y,z).
>
> Is this relevant to what was being discussed?
Yes: what was being discussed that this problem is fai
Tim Jenness <[EMAIL PROTECTED]> writes:
>On Fri, 4 Aug 2000, Tuomas Lukka wrote:
>
>> > Both of these are language related. Is ther really nothing in the
>> > internals that we need to make pdl better?
>>
>> One important thing that I don't have time to write an RFC for: allow XS
>> to make dynam
On Fri, 4 Aug 2000, Tuomas Lukka wrote:
> > Both of these are language related. Is ther really nothing in the
> > internals that we need to make pdl better?
>
> One important thing that I don't have time to write an RFC for: allow XS
> to make dynamically loaded modules' jump tableable automati