[m-rev.] for review: peephole optimization for the MLDS

Zoltan Somogyi zs at csse.unimelb.edu.au
Mon Aug 1 13:30:58 AEST 2011


On 29-Jul-2011, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>> +find_lval_component_lvals(Lval, !Components) :-
>> +    (
>> +        Lval = ml_field(_, Rval, _, _, _),
>> +        find_rval_component_lvals(Rval, !Components)
>> +    ;
>> +        Lval = ml_mem_ref(Rval, _),
>> +        find_rval_component_lvals(Rval, !Components)
>> +    ;
>> +        Lval = ml_global_var_ref(_)     % XXX
>
> What does the XXX here mean?

Nothing; I deleted it.

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