Re: [perl #23034] [PATCH] Implementation of methods for PIOs

2003-07-18 Thread Juergen Boemmels
Leopold Toetsch <[EMAIL PROTECTED]> writes: > JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > > QUESTION: The calling convention for methods states that P2 should be > > the object the sub was called on. The current build_call_frames pushes > > the object starting at P5. How can the NCI-Interface be

Re: [perl #23034] [PATCH] Implementation of methods for PIOs

2003-07-18 Thread Leopold Toetsch
JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > QUESTION: The calling convention for methods states that P2 should be > the object the sub was called on. The current build_call_frames pushes > the object starting at P5. How can the NCI-Interface be extended to > pass objects in P2 down to the c-funct

[perl #23034] [PATCH] Implementation of methods for PIOs

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23034 > Hi, During searching for memory leaks and hunting bugs only visible on MacOS, I start