Files
mercury/compiler
Fergus Henderson cc100bcfb2 Enable the --optimize-duplicate-calls' option at -O2',
Branches: main
Estimated hours taken: 1

compiler/options.m:
	Enable the `--optimize-duplicate-calls' option at `-O2',
	like we used to do, since the bug that required it to be
	disabled has long since been fixed
	(it was fixed since 1999/06/30, when we moved the
	polymorphism.m pass to occur before mode analysis).

compiler/common.m:
	Add a comment to clarify the interface.

tests/hard_coded/Mmakefile:
tests/hard_coded/dupcall_impurity.m:
tests/hard_coded/dupcall_impurity.exp:
	Add a test case to test that duplicate call optimization
	doesn't mis-optimize impure calls.
2001-12-06 10:16:44 +00:00
..
2001-10-25 08:34:40 +00:00
2001-08-11 14:09:57 +00:00
2001-08-11 14:09:57 +00:00
2001-07-30 03:55:49 +00:00
2001-11-08 05:56:01 +00:00
2001-08-11 14:09:57 +00:00
2001-08-11 14:09:57 +00:00
2001-07-09 12:21:55 +00:00