Hello Wolfgang,

Sunday, November 26, 2006, 6:19:05 PM, you wrote:

>   *Now* memory-to-memory moves should never be required when compiling 
> hand-written
>   cmm code.

what about code generated for classic fac benchmark:

fac 0 res = res
fac n res = fac (n-1) (n*res)

?


-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to