Commit Graph

5 Commits

Author SHA1 Message Date
Zoltan Somogyi
0f0997ea2d Do not require the various compilers to be speedtested
Estimated hours taken: 0.1

tools/speedtest:
	Do not require the various compilers to be speedtested
	to be compressed at the start.
1997-12-23 09:58:42 +00:00
Tyson Dowd
9484d33ff9 Rename mc' as mmc'.
Estimated hours taken: 2

Rename `mc' as `mmc'.

Note: we do not change the names of variables such as MCFLAGS, just the
`mc' executable.

configure.in:
	Look for mmc not mc. If you can't find mmc to bootstrap, try for
	mc.

bindist/Mmakefile:
bindist/bindist.configure.in:
doc/Mmakefile:
doc/user_guide.texi:
scripts/Mmake.vars.in:
scripts/Mmakefile:
scripts/msl.in:
tools/expand_params:
tools/optstages:
tools/speedtest:
tools/test_mercury:
	Change references to mc into mmc.
1997-07-15 08:05:15 +00:00
Zoltan Somogyi
9b14ce7dc5 Since most of the time spent in compiling tree234 is spent in
Estimated hours taken: 0.1

tools/speedtest:
	Since most of the time spent in compiling tree234 is spent in
	an a presumably atypical part of mode analysis, use the make_hlds.m
	as the file to compile when testing the speed of the compiler.

trial/make_hlds.m:
	The current version of make_hlds.m, frozen for use in speed trials.
1997-04-05 10:13:02 +00:00
Zoltan Somogyi
2f95051d40 Add a workaround for the Suns, where "echo -n" works the proper
Estimated hours taken: 0.1

speedtest:
	Add a workaround for the Suns, where "echo -n" works the proper
	(Berkeley) way only when echo is /usr/ucb echo. Don't insist on
	the .param file being present.
1997-03-27 00:41:48 +00:00
Zoltan Somogyi
77454ca818 A csh script that uses csh's time primitive to measure the time
Estimated hours taken: 1

dotime:
	A csh script that uses csh's time primitive to measure the time
	taken by the command. This is useful because sh's time primitive
	sucks.

speedtest:
	A script to measure the speed of a batch of versions of the compiler
	by using each version to execute some compilation command.
1996-10-22 06:50:19 +00:00