[m-rev.] trivial diff: clarify allocation.html and failure.html
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Oct 23 16:06:23 AEST 2003
Estimated hours taken: 0.1
Branches: main
compiler/notes/failure.html:
compiler/notes/allocation.html:
Clarify that these describe the LLDS back-end only.
Workspace: /home/ceres/fjh/mercury
Index: compiler/notes/allocation.html
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/allocation.html,v
retrieving revision 1.4
diff -u -d -r1.4 allocation.html
--- compiler/notes/allocation.html 28 Mar 2002 03:44:36 -0000 1.4
+++ compiler/notes/allocation.html 23 Oct 2003 05:52:49 -0000
@@ -14,8 +14,8 @@
<!-------------------------->
This document describes
-the storage allocation system used by the code generator.
-The code generator currently does not really use
+the storage allocation system used by the LLDS code generator.
+The LLDS code generator currently does not really use
the follow_vars field of goal_infos,
but the rest of the scheme reflects what the compiler does.
Index: compiler/notes/failure.html
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/failure.html,v
retrieving revision 1.6
diff -u -d -r1.6 failure.html
--- compiler/notes/failure.html 17 Nov 1999 01:32:45 -0000 1.6
+++ compiler/notes/failure.html 23 Oct 2003 05:51:59 -0000
@@ -13,8 +13,8 @@
<hr>
<!-------------------------->
-This document describes the proposed new arrangement
-for handling failure in the code generator.
+This document describes the arrangement
+for handling failure in the LLDS code generator.
It builds upon allocation.html,
which describes the mechanism we use
to preserve the values of variables that may be needed on backtracking
--
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