Am Donnerstag, 26. Februar 2009 21:39 schrieb Peter Hercek: > The acceptable size of inlined fuctions for a C code is about 10 lines. > I did not read any info how it would be for Haskell.
At least, GHC inlines very massively, to my knowledge. And I think you need this massive inlining for reasonable performance because of Haskell’s high level nature, lazy evaluation, etc. Best wishes, Wolfgang _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
