[m-rev.] trivial diff: update TODO list in ml_code_gen.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Apr 19 01:15:04 AEST 2001
Estimated hours taken: 0.1
Branches: main
compiler/ml_code_gen.m:
Update the TODO list: trailing support for the MLDS back-end
was added a while back.
Workspace: /home/mars/fjh/ws2/mercury
Index: compiler/ml_code_gen.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/ml_code_gen.m,v
retrieving revision 1.81
diff -u -d -r1.81 ml_code_gen.m
--- compiler/ml_code_gen.m 2001/04/17 14:08:57 1.81
+++ compiler/ml_code_gen.m 2001/04/18 15:12:00
@@ -673,13 +673,14 @@
% - RTTI
% - high level data representation
% (i.e. generate MLDS type declarations for user-defined types)
+% - support trailing
%
% BUGS:
% - XXX parameter passing problem for abstract equivalence types
% that are defined as float (or anything which doesn't map to `Word')
%
% TODO:
-% - XXX define compare & unify preds RTTI types
+% - XXX define compare & unify preds for RTTI types
% - XXX need to generate correct layout information for closures
% so that tests/hard_coded/copy_pred works.
% - XXX fix ANSI/ISO C conformance of the generated code (i.e. port to lcc)
@@ -693,7 +694,6 @@
% - support fact tables
% - support --split-c-files
% - support aditi
-% - support trailing
% - support accurate GC
%
% POTENTIAL EFFICIENCY IMPROVEMENTS:
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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