
7 Dec
2004
7 Dec
'04
6:13 a.m.
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