Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
5850c63c
Commit
5850c63c
authored
22 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Correct a missing cross-ref.
parent
ff13d3d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/internals/glossary.tex
+21
-21
21 additions, 21 deletions
docs/internals/glossary.tex
docs/internals/object.tex
+3
-0
3 additions, 0 deletions
docs/internals/object.tex
with
24 additions
and
21 deletions
docs/internals/glossary.tex
+
21
−
21
View file @
5850c63c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docs/internals/object.tex
+
3
−
0
View file @
5850c63c
\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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment