[m-rev.] trivial diff: enable --analyse-trail-usage for standard library
Julien Fischer
juliensf at cs.mu.OZ.AU
Mon Mar 6 13:06:15 AEDT 2006
Estimated hours taken: 0.1
Branches: main
library/INTER_FLAGS:
library/INTER_FLAGS_MMC_MAKE:
Enable trail usage analysis when building the standard library.
This increases the time required to build the standard library by
about 2% (~23 seconds on earth).
Julien.
Index: library/INTER_FLAGS
===================================================================
RCS file: /home/mercury1/repository/mercury/library/INTER_FLAGS,v
retrieving revision 1.2
diff -u -r1.2 INTER_FLAGS
--- library/INTER_FLAGS 9 May 2005 05:31:39 -0000 1.2
+++ library/INTER_FLAGS 6 Mar 2006 01:33:55 -0000
@@ -2,3 +2,4 @@
--no-warn-smart-recompilation
--enable-termination
--analyse-exceptions
+--analyse-trail-usage
Index: library/INTER_FLAGS_MMC_MAKE
===================================================================
RCS file: /home/mercury1/repository/mercury/library/INTER_FLAGS_MMC_MAKE,v
retrieving revision 1.1
diff -u -r1.1 INTER_FLAGS_MMC_MAKE
--- library/INTER_FLAGS_MMC_MAKE 16 Dec 2005 05:49:39 -0000 1.1
+++ library/INTER_FLAGS_MMC_MAKE 6 Mar 2006 02:03:03 -0000
@@ -1,3 +1,4 @@
--intermodule-optimization
--no-warn-smart-recompilation
--analyse-exceptions
+--analyse-trail-usage
--------------------------------------------------------------------------
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