Update vector space

simon 2025-03-05 09:56:50 +00:00
parent fba806d7e9
commit 155c77cecb

@ -43,7 +43,7 @@ So the header now looks like this:
| tag | vecp-pointer | size | mark | payload... /
+-----+--------------+------+------+--------------------+
#### Alternative mark-bit strategy
#### Alternative mark-bit strategy
A thought which has recently occurred to me is that the mark bit could be the case bit of the least significant byte of the tag. So that if the tag read 'IMAG' (a raster image), for example, when marked it would read 'IMAg'. This saves having a separately allocated mark in the header, but retains debugging clarity.