[Haskell-cafe] Announce: ghc-core,
command line pager for reading GHC Core
Bulat Ziganshin
bulat.ziganshin at gmail.com
Fri May 23 12:56:02 EDT 2008
Hello Henning,
Friday, May 23, 2008, 8:31:24 PM, you wrote:
> would guarantee speed in every case. Or I can SPECIALISE the function,
> then the function will only be called, but with polymorphism overhead
> eliminated. This would only work for a restricted range of types. I'd like
> to have a pragma, that tells GHC to specialise a function for every type
> it is called with.
me too. btw, this already present in jhc. inlining doesn't work in any
complex case since recursive functions can't be inlined
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list