Files
mercury/compiler
Fergus Henderson bf769e33fa Split up ml_code_gen.m into four modules.
Estimated hours taken: 4

Split up ml_code_gen.m into four modules.

compiler/ml_call_gen.m:
	New module, contains the MLDS code generation for
	calls and builtins.

compiler/ml_unify_gen.m:
	New module, contains the MLDS code generation for
	unifications.

compiler/ml_code_util.m:
	New module, contains stuff shared between
	ml_call_gen.m, ml_unify_gen.m, and ml_code_gen.m.

compiler/ml_code_gen.m:
	Move about 60% of the code here into the three new
	modules.
1999-12-29 08:09:12 +00:00
..
1999-11-11 01:37:28 +00:00
1999-11-03 04:14:39 +00:00
1999-10-27 05:36:47 +00:00
1999-12-03 20:22:45 +00:00
1999-12-16 19:09:34 +00:00