[m-rev.] trivial diff: update comments about --split-c-files

Julien Fischer juliensf at cs.mu.OZ.AU
Wed Jan 11 13:27:15 AEDT 2006


Estimated hours taken: 0
Branches: main

compiler/make.m:
compiler/ml_code_gen.m:
compiler/rtti_out.m:
	Update some comments concerning the recently deleted
	--split-c-files option.

Julien.

Index: make.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/make.m,v
retrieving revision 1.30
diff -u -r1.30 make.m
--- make.m	28 Nov 2005 04:11:45 -0000	1.30
+++ make.m	11 Jan 2006 02:24:23 -0000
@@ -11,7 +11,6 @@
 % A builtin Mercury-specific make replacement.
 %
 % TODO:
-% - `--split-c-files'
 % - transitive inter-module optimization (probably won't bother since
 %   that is being rewritten anyway)
 % - parallel/distributed builds
Index: ml_code_gen.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/ml_code_gen.m,v
retrieving revision 1.167
diff -u -r1.167 ml_code_gen.m
--- ml_code_gen.m	24 Dec 2005 08:44:13 -0000	1.167
+++ ml_code_gen.m	11 Jan 2006 02:24:12 -0000
@@ -685,7 +685,6 @@
 %   - support debugging (with mdb)
 %   - support genuine parallel conjunction
 %   - support fact tables
-%   - support --split-c-files
 %   - support accurate GC
 %
 % POTENTIAL EFFICIENCY IMPROVEMENTS:
Index: rtti_out.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/rtti_out.m,v
retrieving revision 1.59
diff -u -r1.59 rtti_out.m
--- rtti_out.m	28 Nov 2005 04:11:53 -0000	1.59
+++ rtti_out.m	11 Jan 2006 02:24:50 -0000
@@ -69,9 +69,7 @@

     % Output C code (e.g. a call to MR_register_type_ctor_info()) to register
     % the rtti_data in the type tables, if it represents a data structure
-    % that should be so registered. The bool should be the value of the
-    % --split-c-files option; it governs whether the rtti_data is declared
-    % in the generated code or not.
+    % that should be so registered.
     %
 :- pred rtti_out__register_rtti_data_if_nec(rtti_data::in, io::di, io::uo)
     is det.

--------------------------------------------------------------------------
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