[m-rev.] trivial diff: update some comments in runtime/*.h

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Nov 5 19:50:29 AEDT 2003


Estimated hours taken: 0.25
Branches: main

Some minor documentation tweaks.

runtime/mercury_conf_param.h:
	Delete comment about MR_NATIVE_GC not working,
	since it does work now, at least in grade hlc.agc
	(there are still some problems with asm_fast.agc).

runtime/mercury_stacks.h:
	Add a pointer to the documentation in compiler/notes/failure.html.

Workspace: /home/ceres/fjh/mercury
Index: runtime/mercury_conf_param.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_conf_param.h,v
retrieving revision 1.73
diff -u -d -r1.73 mercury_conf_param.h
--- runtime/mercury_conf_param.h	20 Oct 2003 07:29:31 -0000	1.73
+++ runtime/mercury_conf_param.h	5 Nov 2003 08:47:36 -0000
@@ -48,7 +48,7 @@
 ** MR_CONSERVATIVE_GC (= boehm_gc *or* MPS)
 ** MR_BOEHM_GC
 ** MR_MPS_GC
-** MR_NATIVE_GC		[not yet working]
+** MR_NATIVE_GC
 ** MR_NO_TYPE_LAYOUT
 ** MR_BOXED_FLOAT
 ** MR_USE_TRAIL
@@ -67,7 +67,7 @@
 **		--gcc-non-local-gotos
 **		--gcc-asm-labels
 **		--gc conservative
-**		--gc accurate		[not yet working]
+**		--gc accurate
 **		--no-type-layout
 **		--unboxed-float
 **		--use-trail
Index: runtime/mercury_stacks.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_stacks.h,v
retrieving revision 1.40
diff -u -d -r1.40 mercury_stacks.h
--- runtime/mercury_stacks.h	22 Oct 2003 08:50:15 -0000	1.40
+++ runtime/mercury_stacks.h	23 Oct 2003 06:35:05 -0000
@@ -4,7 +4,12 @@
 ** Public License - see the file COPYING.LIB in the Mercury distribution.
 */
 
-/* mercury_stacks.h - definitions for manipulating the det and nondet stacks */
+/*
+** mercury_stacks.h - definitions for manipulating the det and nondet stacks.
+**
+** See compiler/notes/failure.html for documentation on the nondet stack
+** frame handling.
+*/
 
 #ifndef MERCURY_STACKS_H
 #define MERCURY_STACKS_H

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