From: chromatic <[EMAIL PROTECTED]>
   Date: Sun, 13 Apr 2008 14:35:11 -0700

   . . .

   If they're stable (and they're not always perfectly stable), -Oc should 
   improve the recursion benchmark.

   -- c

AFAICS, there are no calls in tail position, and hence no opportunity
for tailcall optimization.  But that should be equally true of the other
benchmarks (I looked at most of them, but not all).  A tail-friendly
benchmark would look more like TAK.

                                        -- Bob

Reply via email to