Re: patch applied (ghc): NCG: Really avoid the need for memory-to-memory moves in the register allocator
Bulat Ziganshin <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <1563897008.20061126220253__46630.8509152897$1164571027$gmane$org@gmail.com> |
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]