@@ -318,7 +318,7 @@ function fact_iter(product, counter, max_count) {
318318 <SCHEME >procedures</SCHEME >
319319 <JAVASCRIPT >functions</JAVASCRIPT >
320320 </SPLITINLINE >
321- on register machines in chapter<SPACE />5 , we will see that any iterative
321+ on register machines in chapter<SPACE />< REF NAME = " chap:reg " ></ REF > , we will see that any iterative
322322 process can be realized <QUOTE >in hardware</QUOTE > as a machine that has a
323323 fixed set of registers and no auxiliary memory. In contrast, realizing a
324324 recursive process requires a machine that uses an
@@ -435,7 +435,7 @@ function fact_iter(product, counter, max_count) {
435435 <SCHEME >Scheme</SCHEME >
436436 <JAVASCRIPT >JavaScript</JAVASCRIPT >
437437 </SPLITINLINE >
438- we shall consider in chapter<SPACE />5 does not share this defect. It will
438+ we shall consider in chapter<SPACE />< REF NAME = " chap:reg " ></ REF > does not share this defect. It will
439439 execute an iterative process in constant space, even if the iterative
440440 process is described by a recursive
441441 <SPLITINLINE >
@@ -458,7 +458,7 @@ function fact_iter(product, counter, max_count) {
458458Carl <CITATION >Hewitt (1977)</CITATION >, who explained it in
459459<INDEX >message passing<SUBINDEX >tail recursion and</SUBINDEX ></INDEX >
460460terms of the <QUOTE >message-passing</QUOTE > model of computation that we
461- shall discuss in chapter<SPACE />3 . Inspired by this, Gerald Jay Sussman
461+ shall discuss in chapter<SPACE />< REF NAME = " chap:state " ></ REF > . Inspired by this, Gerald Jay Sussman
462462and
463463<INDEX >Steele, Guy Lewis Jr.</INDEX >
464464Guy Lewis Steele Jr.<SPACE />(see <CITATION >Steele 1975</CITATION >)
@@ -481,7 +481,7 @@ function fact_iter(product, counter, max_count) {
481481Carl Hewitt (1977), who explained it in
482482<INDEX >message passing<SUBINDEX >tail recursion and</SUBINDEX ></INDEX >
483483terms of the <QUOTE >message-passing</QUOTE > model of computation that we
484- shall discuss in chapter<SPACE />3 . Inspired by this, Gerald Jay Sussman
484+ shall discuss in chapter<SPACE />< REF NAME = " chap:state " ></ REF > . Inspired by this, Gerald Jay Sussman
485485and
486486<INDEX >Steele, Guy Lewis Jr.</INDEX >
487487Guy Lewis Steele Jr.<SPACE />(see <CITATION >Steele 1975</CITATION >)
0 commit comments