From 583d2e7cfc5614233b53f9a8f15910357567b4a2 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 16 Oct 2003 09:13:24 +0000 Subject: enable tail recursion modulo cons optimisation git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1389 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backendC/CleanCompilerSources/settings.c b/backendC/CleanCompilerSources/settings.c index e98fb81..bd6ea0e 100644 --- a/backendC/CleanCompilerSources/settings.c +++ b/backendC/CleanCompilerSources/settings.c @@ -30,7 +30,7 @@ Bool DoTimeProfiling=False; Bool DoReuseUniqueNodes = False; Bool OptimizeLazyTupleRecursion=False; -Bool OptimizeTailCallModuloCons=False; +Bool OptimizeTailCallModuloCons=True; Bool WriteModificationTimes = False; unsigned StrictDepth = 10; /* 8; */ -- cgit v1.2.3