Brief definition of a cons pointer.
parent
1a4682c538
commit
74aabb3af9
1 changed files with 3 additions and 0 deletions
3
cons-pointer.md
Normal file
3
cons-pointer.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
A pointer to an object in [[cons space]]; initially, a raw 64 bit address. May later be decomposed into a page reference and a page offset, but that is unlikely to happen in version one.
|
||||||
|
|
||||||
|
Nevertheless a distinction should be maintained between a cons pointer and a raw address, to make later refactoring easier.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue