upped the number of calls to 'values' in order to continue to defeat mz's optimizations
svn: r4216
This commit is contained in:
parent
a39db76867
commit
dd4c63ab07
|
@ -45,7 +45,7 @@ which are then called when the contract's fields are explored
|
||||||
;; makes the procedure "big enough" so
|
;; makes the procedure "big enough" so
|
||||||
;; that inlining doesn't consider it.
|
;; that inlining doesn't consider it.
|
||||||
(λ (e)
|
(λ (e)
|
||||||
(let loop ([i 16])
|
(let loop ([i 30])
|
||||||
(cond
|
(cond
|
||||||
[(zero? i) e]
|
[(zero? i) e]
|
||||||
[else #`(values #,(loop (- i 1)))])))])
|
[else #`(values #,(loop (- i 1)))])))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user