[m-rev.] For review: Compiler feedback system.

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Jul 21 16:40:29 AEST 2008


On Mon, 21 Jul 2008, Zoltan Somogyi wrote:

> On 21-Jul-2008, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>>> +    % The type of call.
>>> +    %
>>> +:- type call_type_and_callee
>>> +    --->    callback_call
>>> +    ;       higher_order_call
>>> +    ;       method_call
>>> +    ;       plain_call(string_proc_label)
>>> +    ;       special_call.
>>
>> What is the "_and_callee" bit referring to?
>
> The fact that the plain_call alternative names the procedure being called.

Ah, obvious really.

> I agree with Julien's other comments, though I haven't had a chance to
> read the diff itself. If Julien is happy for you to commit this, then
> so am I.

I would like to see another diff once my original comments have been
addressed.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list