[m-rev.] diff: add --seperate-assemblies option

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Aug 15 02:18:28 AEST 2001


On 14-Aug-2001, Peter Ross <peter.ross at miscrit.be> wrote:
> 
> Add the option --seperate-assemblies which places sub-modules into
> seperate assemblies on the IL backend.
>
> This is needed because if you wish to insert a strongly named assembly
> which contains sub-modules into the GAC then you need to have a .hash
> entry for every sub-module.  This is not trivial to obtain as for nested
> sub-modules we haven't even generated the sub-module yet so obtaining
> the hash is distinctly non trivial.
> 
> compiler/options.m:
>     Add the --seperate-assemblies option.
> 
> compiler/ilasm.m:
>     Output the correct assembly name.
> 
> compiler/mlds_to_il.m:
>     Output the correct .assembly declarations.
> 
> compiler/modules.m:
>     Fix a bug where we were outputing module names with the wrong
>     seperator.

s/seperate/separate/g

(The code is correct, but the log message wasn't.)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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