mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
use new file
This commit is contained in:
parent
6f4900c0a0
commit
d96314993d
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
opt:contract
|
opt:contract
|
||||||
opt:inline-prims
|
opt:inline-prims
|
||||||
opt:beta-expand
|
opt:beta-expand
|
||||||
|
opt:local-var-reduction
|
||||||
adb:clear!
|
adb:clear!
|
||||||
adb:get
|
adb:get
|
||||||
adb:get/default
|
adb:get/default
|
||||||
|
@ -95,6 +96,7 @@
|
||||||
with-fnc
|
with-fnc
|
||||||
with-fnc!
|
with-fnc!
|
||||||
)
|
)
|
||||||
|
(include "local-var-redux.scm")
|
||||||
(begin
|
(begin
|
||||||
;; The following two defines allow non-CPS functions to still be considered
|
;; The following two defines allow non-CPS functions to still be considered
|
||||||
;; for certain inlining optimizations.
|
;; for certain inlining optimizations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue