Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion extend.c:Parrot_call
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leopold Toetsch  
View profile  
 More options Oct 28 2004, 8:20 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Thu, 28 Oct 2004 14:20:12 +0200
Local: Thurs, Oct 28 2004 8:20 am
Subject: Re: extend.c:Parrot_call

Leopold Toetsch wrote:
> Parrot_call() runs a Parrot subroutine, but it takes PMC arguments only
> and provides no return value.

> If no one hollers, I'll replace this function with a more flexible set
> of functions that are wrappers to the *runops* functions in
> src/inter_run.c:

>   void *        Parrot_call_sub_(interp, sub, signature, ...) [1]
>   Parrot_Int    Parrot_call_sub_ret_int
>   Parrot_Float  Parrot_call_sub_ret_float

>   void *        Parrot_call_meth(interp, sub, object, meth, sig, ...)

Done that now. The latter is:

    void *        Parrot_call_method(interp, sub, object, meth, sig, ...)

and other 2 accordingly.

leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.