Re: turn off let floating

2004-04-09 Thread Bernard James POPE
On Fri, Apr 09, 2004 at 03:27:01PM +0200, David Sabel wrote: > you can turn off let-floating by compiling without optimizations, > i.e. without using a -O flag or using -O0 explicitly. > The disadvantage is that most of all other optimizations > are turned off too. That is exactly what I'm doin

Announcement: GHC 6.2.1 under darwinports

2004-04-09 Thread Gregory Wright
Hi, The Glasgow Haskell Compiler supported under darwinports has been bumped to version 6.2.1. By default, GHC now builds with OpenGL support. The build should work for both OS X 10.2.x and 10.3.x. This lets Mac OS X jaguar users to get the latest version of GHC, as Wolfgang Thaller's binary rel

Re: turn off let floating

2004-04-09 Thread David Sabel
Hi, you can turn off let-floating by compiling without optimizations, i.e. without using a -O flag or using -O0 explicitly. The disadvantage is that most of all other optimizations are turned off too. Another possibility would be to compile your program with HasFuse http://www.ki.informati