Skip to content

Commit

Permalink
Add peephole Optimize
Browse files Browse the repository at this point in the history
Add peephole Optimize
  • Loading branch information
kamil-adam committed Mar 27, 2023
1 parent ae79855 commit 5b7b5cb
Show file tree
Hide file tree
Showing 621 changed files with 65,416 additions and 49,375 deletions.
652 changes: 321 additions & 331 deletions .output/actual/eta/eval/logged/Fast/False/from-eas/bottles.logged

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions .output/actual/eta/eval/logged/Fast/False/from-eas/divmod.logged
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,32 @@ dump: Memory
{ memoryCM = CM
{ program =
[ ICF
( DMark 1 )
( Mark
( MNatural 1 )
)
, IAL
( SAL
( SPure
( Cons 2 )
)
, IAL
( SAL
( SPure
( Cons 0 )
)
, ICF
( SMark "1" )
( Mark
( MArtificial "1" )
)
, ICF
( DMark 2 )
( Mark
( MNatural 2 )
)
, ICF
( Mark
( MNatural 0 )
)
, End
]
, programCounter = 6
, programCounter = 7
, returnStack = IS []
}
, memoryStack = fromList
Expand Down
Loading

0 comments on commit 5b7b5cb

Please sign in to comment.