temporary fix for a bug in the cwv optimizer
svn: r4181
This commit is contained in:
parent
61798f478e
commit
a450214c08
|
@ -2343,7 +2343,7 @@ Scheme_Object *scheme_optimize_apply_values(Scheme_Object *f, Scheme_Object *e,
|
||||||
If we can shift-clone it, then it will be back in the right
|
If we can shift-clone it, then it will be back in the right
|
||||||
coordinates. */
|
coordinates. */
|
||||||
|
|
||||||
cloned = scheme_optimize_clone(1, e, info, 0, 0);
|
cloned = NULL; /* scheme_optimize_clone(1, e, info, 0, 0); */
|
||||||
if (cloned) {
|
if (cloned) {
|
||||||
app2->rator = f_is_proc;
|
app2->rator = f_is_proc;
|
||||||
app2->rand = cloned;
|
app2->rand = cloned;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user