[m-rev.] diff: disable equiv_type_hlds pass

Simon Taylor stayl at cs.mu.OZ.AU
Thu Dec 11 18:36:47 AEDT 2003


On 10-Dec-2003, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 10-Dec-2003, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> > 
> > compiler/mercury_compile.m:
> > 	Temporarily disable the equiv_type_hlds pass -- it
> > 	uses too much memory.
> 
> The test case tests/hard_coded/export_test2 should also be
> disabled, since it relies on this pass being enabled.

Estimated hours taken: 0.1
Branches: main

tests/hard_coded/Mmakefile:
	Disable the export_test2 test because it relies
	on the equiv_type_hlds pass, which is currently
	disabled due to performance problems.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.211
diff -u -u -r1.211 Mmakefile
--- Mmakefile	5 Dec 2003 05:15:14 -0000	1.211
+++ Mmakefile	11 Dec 2003 07:32:21 -0000
@@ -55,7 +55,6 @@
 	existential_types_test \
 	expand \
 	export_test \
-	export_test2 \
 	external_unification_pred \
 	failure_unify \
 	field_syntax \
@@ -253,6 +252,9 @@
 #
 # XXX compare_rep_array doesn't work because MR_COMPARE_BY_RTTI is
 #     not yet implemented for arrays.
+#
+# XXX export_test2 doesn't work because the equiv_type_hlds pass is disabled
+#     due to performance problems.
 
 # The following tests are passed only in some grades.
 
--------------------------------------------------------------------------
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