commenting out the all-applications collection for the moment; optimizaton to be done in an upcoming release, but not now.

This commit is contained in:
Danny Yoo 2012-03-26 17:10:12 -04:00
parent aebbbbdc93
commit 28cec5de8e
2 changed files with 2 additions and 2 deletions

View File

@ -771,7 +771,7 @@
;; Closures will target their value to the 'val register, and use return linkage.
(define (compile-lambda-body exp cenv)
(parameterize ([current-lambda-being-compiled exp])
(define all-applications (collect-lam-applications exp cenv))
;; (define all-applications (collect-lam-applications exp cenv))
(let: ([maybe-unsplice-rest-argument : InstructionSequence
(if (Lam-rest? exp)

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.229")
(define version "1.231")