aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f99eb8b8..4f9cc3c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2011-03-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/c-util.boot (mutateArgumentList): New.
+ (inlineDirectCall): Break out of replaceSimpleFunctions.
+ (resolveIndirectCall): Break out of foldSpadcall.
+ (replaceSimpleFunctions): Use them.
+ (foldSpadcall): Remove.
+ (usesVariablesLinearly?): Tidy.
+ (foldExportedFunctionReferences): Don't call foldSpadcall.
+
+2011-03-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/c-util.boot (resolveConstantForm): New. Split out of
replaceSimpleFunctions.
(foldSpadcall): Use it too.