From e2565c03562743d04f2f2c3557f5342ea5b76fbe Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Thu, 11 Oct 2007 14:39:17 +0000 Subject: - 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. --- test/files/run/tailcalls.check | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/run/tailcalls.check') 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 -- cgit v1.2.3