[Haskell-cafe] Re: Non-technical Haskell question

Simon Marlow simonmar at microsoft.com
Tue Dec 7 06:13:00 EST 2004


On 06 December 2004 21:54, Sven Panne wrote:

> And just a remark: We don't need a new technique for a "no inline
> barrier": Just compile the library optimized and use a facade which
> re-exports your public API compiled without optimizations.

That probably won't work.  GHC goes to the .hi file for the module which
originally defined a function to get its definition.

Cheers,
	Simon


More information about the Haskell-Cafe mailing list