Update vector space
parent
90bb5b132e
commit
d7a06123c4
1 changed files with 4 additions and 4 deletions
|
|
@ -38,10 +38,10 @@ It's probable that in version zero we won't implement garbage collection of vect
|
|||
|
||||
So the header now looks like this:
|
||||
|
||||
+-----+--------------+------+------+---------------+
|
||||
| 0 | 32 | 96 | 160 | 168 ...size /
|
||||
| tag | vecp-pointer | size | mark | payload... /
|
||||
+-----+--------------+------+------+------------+
|
||||
+-----+--------------+------+------+------------------------+
|
||||
| 0 | 32 | 96 | 160 | 168 ...(167 + size) /
|
||||
| tag | vecp-pointer | size | mark | payload... /
|
||||
+-----+--------------+------+------+--------------------+
|
||||
|
||||
#### Alternative mark-bit strategy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue