Skip to content
Snippets Groups Projects
Commit 5850c63c authored by toy's avatar toy
Browse files

Correct a missing cross-ref.

parent ff13d3d1
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ following: ...@@ -227,7 +227,7 @@ following:
\item a single word pointing to an object (structures, conses, etc.) \item a single word pointing to an object (structures, conses, etc.)
\end{itemize} \end{itemize}
These are tagged with three low-tag bits as described in the section These are tagged with three low-tag bits as described in the section
\ref{tagging} This is synonymous with {\it descriptor}. \ref{sec:tagging} This is synonymous with {\it descriptor}.
In other parts of the documentation, may be used more loosely to refer to a In other parts of the documentation, may be used more loosely to refer to a
{\it lisp object}. {\it lisp object}.
...@@ -313,9 +313,9 @@ FSC ...@@ -313,9 +313,9 @@ FSC
full call full call
function attribute function attribute
function function
"real" (allocates environment) "real" (allocates environment)
meaning function-entry meaning function-entry
more vague (any lambda?) more vague (any lambda?)
funny function funny function
GEN (kill and...) GEN (kill and...)
global TN, conflicts, preference global TN, conflicts, preference
...@@ -347,22 +347,22 @@ optional-dispatch ...@@ -347,22 +347,22 @@ optional-dispatch
pack, packing, packed pack, packing, packed
pass (in a transform) pass (in a transform)
passing passing
locations (value) locations (value)
conventions (known, unknown) conventions (known, unknown)
policy (safe, fast, small, ...) policy (safe, fast, small, ...)
predecessor block predecessor block
primitive-type primitive-type
reaching definition reaching definition
REF REF
representation representation
selection selection
for value for value
result continuation (for function) result continuation (for function)
result type assertion (for template) (or is it restriction) result type assertion (for template) (or is it restriction)
restrict restrict
a TN to finite SBs a TN to finite SBs
a template operand to a primitive type (boxed...) a template operand to a primitive type (boxed...)
a tn-ref to particular SCs a tn-ref to particular SCs
return (node, vops) return (node, vops)
safe, safety safe, safety
...@@ -371,17 +371,17 @@ SB ...@@ -371,17 +371,17 @@ SB
SC (restriction) SC (restriction)
semi-inline semi-inline
side-effect side-effect
in ICR in ICR
in VMR in VMR
sparse set sparse set
splitting (of VMR blocks) splitting (of VMR blocks)
SSET SSET
SUBPRIMITIVE SUBPRIMITIVE
successor block successor block
tail recursion tail recursion
tail recursive tail recursive
tail recursive loop tail recursive loop
user tail recursion user tail recursion
template template
TN TN
...@@ -389,12 +389,12 @@ TNBIND ...@@ -389,12 +389,12 @@ TNBIND
TN-REF TN-REF
transform (source, ICR) transform (source, ICR)
type type
assertion assertion
inference inference
top-down, bottom-up top-down, bottom-up
assertion propagation assertion propagation
derived, asserted derived, asserted
descriptor, specifier, intersection, union, member type descriptor, specifier, intersection, union, member type
check check
type-check (in continuation) type-check (in continuation)
UNBOXED (boxed) descriptor UNBOXED (boxed) descriptor
......
\chapter{Object Format} \chapter{Object Format}
\label{sec:tagging}
\section{Tagging} \section{Tagging}
The following is a key of the three bit low-tagging scheme: The following is a key of the three bit low-tagging scheme:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment