aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-05-01 19:18:02 -0400
committerEduardo Julian2015-05-01 19:18:02 -0400
commit52d428514631cf9ed54e2f8ad418ea21165011c7 (patch)
tree2db21388adca2815729184130b34ce752781e936 /src/lux.clj
parenta31500f27a29c34877e94188fad1abac3fefb576 (diff)
Optimized the compiler with 2 tweaks:
- Compilation units are not longer wrapped inside Expression/Statement variants. - analyse-apply* no longer returns lists.
Diffstat (limited to '')
-rw-r--r--src/lux.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 103c15565..83353f7e9 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -14,9 +14,6 @@
;; Finish total-locals
- ;; TODO: Change &type/check to it returns a tuple with the new expected & actual types
- ;; TODO: Stop passing-along the exo-types and instead pass-along endo-types where possible
-
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)
(time (&compiler/compile-all (&/|list "lux" "test2")))