Re: PDD16 details

2007-12-05 Thread chromatic
On Monday 03 December 2007 14:09:26 pancake wrote: > I have been looking a bit inside PDDs and parrot source and find no way to > load a pointer to a function as a PMC inside the VM. > > What I want to do is to embed parrot into a C program and make some of the > functions of this C program availa

Re: PDD16 details

2007-12-05 Thread pancake
Uh... ping? On Mon, Dec 03, 2007 at 11:09:26PM +0100, pancake wrote: > I have been looking a bit inside PDDs and parrot source and find no way to > load a pointer to a function as a PMC inside the VM. > > What I want to do is to embed parrot into a C program and make some of the > functions of th

PDD16 details

2007-12-03 Thread pancake
I have been looking a bit inside PDDs and parrot source and find no way to load a pointer to a function as a PMC inside the VM. What I want to do is to embed parrot into a C program and make some of the functions of this C program available via NCI to the vm. I have achieved this by using the tip

Re: [PATCH] PDD16 NCI update with simple example

2007-02-23 Thread chromatic
On Friday 23 February 2007 05:16, Klaas-Jan Stol wrote: > As a result, I added a simple example to PDD16. I didnt' put too much > work in it (there are many more places that could be improved), because > I didn't know if updating this doc is desirable at this moment (any bi

[PATCH] PDD16 NCI update with simple example

2007-02-23 Thread Klaas-Jan Stol
hi, I've been playing with NCI calls and more fun (embedding a Parrot, that runs a PIR program, which invokes a C function, that then invokes a PIR callback function). As a result, I added a simple example to PDD16. I didnt' put too much work in it (there are many more places tha

[perl #33172] Missing examples subsection in PDD16

2004-12-23 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #33172] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=33172 > In PDD16 (NCI conventions and definitions), the examples subsection contains v

[perl #31607] [TODO] Update PDD16 to reflect current state

2004-09-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31607] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31607 > Leo says: >The docs aren't yet updated, sorry. Have a look at t/pmc/nci.t for example

Re: pdd16

2003-12-31 Thread Dan Sugalski
At 10:19 PM -0500 12/30/03, Dan Sugalski wrote: At 2:28 AM + 12/31/03, Harry Jackson wrote: I might be going mad here and maybe I have been up too long but, does: http://dev.x.perl.org/perl6/pdd/pdd16_native_call.html have two identical Parrot_callback_C and Parrot_callback_D function signat

Re: pdd16

2003-12-30 Thread Dan Sugalski
At 2:28 AM + 12/31/03, Harry Jackson wrote: I might be going mad here and maybe I have been up too long but, does: http://dev.x.perl.org/perl6/pdd/pdd16_native_call.html have two identical Parrot_callback_C and Parrot_callback_D function signatures. Possibly, though they're supposed to have

pdd16

2003-12-30 Thread Harry Jackson
I might be going mad here and maybe I have been up too long but, does: http://dev.x.perl.org/perl6/pdd/pdd16_native_call.html have two identical Parrot_callback_C and Parrot_callback_D function signatures. Harry Jackson