[m-rev.] diff: speedtest update
Zoltan Somogyi
zs at csse.unimelb.edu.au
Wed Oct 13 14:21:53 AEDT 2010
tools/speedtest:
Update this script to compile today's biggest modules.
Zoltan.
cvs diff: Diffing .
Index: speedtest
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/speedtest,v
retrieving revision 1.22
diff -u -b -r1.22 speedtest
--- speedtest 9 Oct 2010 01:26:56 -0000 1.22
+++ speedtest 13 Oct 2010 03:15:22 -0000
@@ -5,9 +5,28 @@
usage="Usage: speedtest [-dhstz] [-l | -1] [-c cmd] [-nN] [-ON] [-fFILE] batchname"
single_modulelist="typecheck.m"
-short_modulelist="llds_out.m typecheck.m mercury_compile.m modules.m code_info.m polymorphism.m"
-long_modulelist="$short_modulelist options.m add_pragma.m simplify.m table_gen.m mlds_to_java.m mlds_to_il.m"
-
+# As of 13 oct 2010, these are the eight largest modules of the compiler.
+short_modulelist="
+ options.m
+ mercury_to_mercury.m
+ mlds_to_java.m
+ modules.m
+ code_info.m
+ mlds_to_il.m
+ table_gen.m
+ mlds_to_c.m
+"
+# As of 13 oct 2010, these are the eight next largest modules of the compiler.
+long_modulelist="$short_modulelist
+ simplify.m
+ polymorphism.m
+ add_pragma.m
+ higher_order.m
+ typecheck.m
+ dep_par_conj.m
+ hlds_pred.m
+ prog_io_pragma.m
+"
cmd=""
debug=false
grade="--grade asm_fast.gc"
--------------------------------------------------------------------------
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