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

Zoltan Somogyi zs at csse.unimelb.edu.au
Mon Jul 21 16:34:27 AEST 2008


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.

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.

Zoltan.
--------------------------------------------------------------------------
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