[m-rev.] for review: changes to stm_builtin module
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Sep 4 14:15:31 AEST 2007
On Tue, 4 Sep 2007, Ralph Becket wrote:
> Julien Fischer, Tuesday, 4 September 2007:
>> Index: library/stm_builtin.m
>> @@ -146,6 +167,9 @@
>>
>> #endif /* !MR_HIGHLEVEL_CODE */
>>
>> +#define ML_STM_TRANSACTION_VALID 0
>> +#define ML_STM_TRANSACTION_INVALID 1
>> +
>> typedef struct ML_Stm_Wait_List_Struct {
>> ML_ThreadId thread;
>> struct ML_Stm_Wait_List_Struct *next;
>
> s/Stm/STM/g for consistency.
... hence the XXX comment about the C code in the log message.
(I'll do the above as part of the change that moves most of this C code
into the runtime.)
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