On Sunday, May 23, 2010 06:47:37 pm Henning Thielemann wrote: > On Sun, 23 May 2010, Sönke Hahn wrote: > > On Friday, May 21, 2010 11:45:18 am John Lato wrote: > >> You could try compiling the time-critical stuff with ghc -O2, then > >> just load the object files with ghci. That might give better results. > > > > IIRC, you can configure ghci not to run the code interpreted but to > > compile it first. > > This is certainly equivalent to the -fobject-code option and means that > modules are compiled (and optimized) when loaded. As far as I know, > expressions you type into GHCi are not compiled (and thus not optimized).
That's probably right. (I remember otherwise, but I'm not able to find the documentation. :( ) _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
