aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2003-10-16 09:13:24 +0000
committerjohnvg2003-10-16 09:13:24 +0000
commit583d2e7cfc5614233b53f9a8f15910357567b4a2 (patch)
tree294eb0223e574cbd53afcdf88609f4aa4ec59470
parentupdate version to 2.1.0 alpha 0 (diff)
enable tail recursion modulo cons optimisation
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1389 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--backendC/CleanCompilerSources/settings.c2
1 files changed, 1 insertions, 1 deletions
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; */