mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
WIP
This commit is contained in:
parent
c44d5d5427
commit
a12f552200
1 changed files with 13 additions and 0 deletions
13
debug/compilation/beta-contraction-notes.txt
Normal file
13
debug/compilation/beta-contraction-notes.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Before:
|
||||||
|
|
||||||
|
(let ((k158 (##core#lambda (r159)
|
||||||
|
(let ((a157 r159)) (ok?3 k150 row12 a153 a157)))))
|
||||||
|
(cdr k158 placed14))
|
||||||
|
|
||||||
|
After (???):
|
||||||
|
|
||||||
|
(let ((k158 (##core#lambda (r159)
|
||||||
|
(ok?3 k131 row12 r155 r159))))
|
||||||
|
(cdr k158 placed14))
|
||||||
|
|
||||||
|
Not sure if this is the same optimization, but an anonymous lambda was removed.
|
Loading…
Add table
Reference in a new issue