Skip to content

Commit

Permalink
memory layout typos
Browse files Browse the repository at this point in the history
thanks @high-cloud (#396)
  • Loading branch information
enricozb committed Aug 15, 2024
1 parent 2f06447 commit 4b534f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified paper/HVM2.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions paper/HVM2.typst
Original file line number Diff line number Diff line change
Expand Up @@ -806,15 +806,15 @@ In HVM2's memory, it would be represented as:
```
RBAG | FST-TREE | SND-TREE
---- | -------- | --------
0800 | CON 0001 | CON 0002 // '& (b a) ~ (x (y *))'
0800 | CON 0002 | CON 0003 // '& (b a) ~ (x (y *))'
1800 | DUP 0005 | REF 0000 // '& {x y} ~ @foo'
---- | -------- | --------
NODE | PORT-1 | PORT-2
---- | -------- | --------
0001 | VAR 0000 | VAR 0001 // '(a b)' node (root)
0002 | VAR 0001 | VAR 0000 // '(b a)' node
0003 | VAR 0002 | CON 0004 // '(x (y *))' node
0004 | VAR 0003 | DUP 0000 // '(y *)' node
0004 | VAR 0003 | ERA 0000 // '(y *)' node
0005 | VAR 0003 | VAR 0002 // '{y x}' node
---- | -------- | --------
VARS | VALUE |
Expand Down

0 comments on commit 4b534f8

Please sign in to comment.