Skip to content

Commit

Permalink
codegen: progress re-implementing rust interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
eamsden committed Apr 11, 2024
1 parent 3204982 commit 6e40a1e
Show file tree
Hide file tree
Showing 10 changed files with 503 additions and 19 deletions.
2 changes: 1 addition & 1 deletion hoon/codegen/lib/line.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
hill
--
:: codegen interface
:- %1
=+ %1
|%
::
:: core reference
Expand Down
10 changes: 5 additions & 5 deletions hoon/codegen/sur/gene.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@
::
:: long: starting label for direct calls axis 2
:: want: input registers for direct calls axis 6
:: walt: input starting registers LR axis 30
:: wish: starting label for indirect calls axis 62
:: sire: input register for indirect calls axis 126
:: will: code table for arm axis 254
:: sans: next SSA register axis 255
:: walt: input starting registers LR axis 14
:: wish: starting label for indirect calls axis 30
:: sire: input register for indirect calls axis 62
:: will: code table for arm axis 126
:: sans: next SSA register axis 127
+$ pile
$: long=bile
want=need
Expand Down
Loading

0 comments on commit 6e40a1e

Please sign in to comment.