summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-10-11 14:39:17 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-10-11 14:39:17 +0000
commite2565c03562743d04f2f2c3557f5342ea5b76fbe (patch)
tree1b11f0d5cce63b1b7a36dd644051d0db486f2974 /test/files/run/tailcalls.check
parentab477e33c3d389a34361e9474848da3d1e57a9fe (diff)
downloadscala-e2565c03562743d04f2f2c3557f5342ea5b76fbe.tar.gz
scala-e2565c03562743d04f2f2c3557f5342ea5b76fbe.tar.bz2
scala-e2565c03562743d04f2f2c3557f5342ea5b76fbe.zip
- Improved tail call elimination to handle call...
- Improved tail call elimination to handle calls on a different instance. - Improved tail calls by skipping trivial arguments (when the argument to the call is the parameter itself) - added preliminary support for incremental DFA.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 2bf399ec54..7ee9280223 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -52,3 +52,4 @@ test TailCall.b1 was successful
test TailCall.b2 was successful
test FancyTailCalls.tcTryLocal was successful
test FancyTailCalls.tcTryCatch was successful
+test FancyTailCalls.differentInstance was successful