[m-rev.] for review: make compiler use sub-modules

Peter Ross peter.ross at miscrit.be
Wed Mar 6 19:15:20 AEDT 2002


There is only one issue that I have discovered with sub-modules and that
is that we appear to output the following rules.  This has only been
deduced from the operational semantics of running mmake -j2

parent.sub.int0:
    mmc --make-private-interface parent.m

parent.int0:
    mmc --make-private-interface parent.m

so in the presence of multiple processes it is possible to run the same
mmc command at the same time.

I haven't looked into this further, I was hoping to do it sometime
today.

Pete

--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list