[m-rev.] trivial diff: delete obsolete comment

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Sep 6 07:24:22 AEST 2002


Estimated hours taken: 0.1
Branches: main

compiler/ml_closure_gen.m:
	Delete an XXX comment about a problem with accurate GC,
	because the problem it mentions has been fixed already.

Workspace: /home/ceres/fjh/mercury
Index: compiler/ml_closure_gen.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/ml_closure_gen.m,v
retrieving revision 1.12
diff -u -d -r1.12 ml_closure_gen.m
--- compiler/ml_closure_gen.m	6 Jun 2002 05:28:34 -0000	1.12
+++ compiler/ml_closure_gen.m	6 Jun 2002 11:44:33 -0000
@@ -697,9 +697,7 @@
 	%
 	% allocate some fresh type variables to use as the Mercury types
 	% of the boxed arguments
-	% XXX The accurate GC handling for closures arguments is wrong,
-	% because we don't have type_infos for the type variables in
-	% ProcBoxedArgTypes
+	%
 	{ ProcBoxedArgTypes = ml_make_boxed_types(ProcArity) },
 
 	%

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  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