NOTES.txt 220 B

12345678910111213141516171819
  1. every object in the heap is allocated like this
  2. |[HDR]|[RAW1][RAW2]...|[SCM1][SCM2]...|
  3. |--1--|----rawlen-----|----scmlen-----|
  4. the stack frames are like this:
  5. [ arg 0 ] <----- base ptr
  6. ---------------