RE: switching off let-floating

On 28 July 2005 10:41, Wolfgang Jeltsch wrote:
Am Mittwoch, 27. Juli 2005 21:39 schrieben Sie:
"Wolfgang Jeltsch"
writes: ....
But how do I switch off let-floating?
-fno-full-laziness, I believe.
I just tried using this flag. Result: GHC 6.2.2 doesn't recognize it. :-(
That switch was added in 6.4. In 6.2 and earlier, there's no way to turn off full-laziness other than -Onot, as far as I'm aware. Cheers, Simon

Am Donnerstag, 28. Juli 2005 13:16 schrieben Sie:
On 28 July 2005 10:41, Wolfgang Jeltsch wrote:
Am Mittwoch, 27. Juli 2005 21:39 schrieben Sie:
"Wolfgang Jeltsch"
writes: ....
But how do I switch off let-floating?
-fno-full-laziness, I believe.
I just tried using this flag. Result: GHC 6.2.2 doesn't recognize it. :-(
That switch was added in 6.4. In 6.2 and earlier, there's no way to turn off full-laziness other than -Onot, as far as I'm aware.
And, again, where is this switch documented? What are the exact implications of using it?
Cheers, Simon
Regards, Wolfgang

Wolfgang Jeltsch writes:
where is this switch documented?
http://haskell.org/ghc/docs/latest/html/users_guide/flag-reference.html#id31... Peter

Am Donnerstag, 28. Juli 2005 16:42 schrieb Peter Simons:
Wolfgang Jeltsch writes:
where is this switch documented?
http://haskell.org/ghc/docs/latest/html/users_guide/flag-reference.html #id3128647
Peter
Thank you. Wolfgang

Am Donnerstag, 28. Juli 2005 13:16 schrieben Sie:
On 28 July 2005 10:41, Wolfgang Jeltsch wrote:
Am Mittwoch, 27. Juli 2005 21:39 schrieben Sie:
"Wolfgang Jeltsch"
writes: ....
But how do I switch off let-floating?
-fno-full-laziness, I believe.
I just tried using this flag. Result: GHC 6.2.2 doesn't recognize it. :-(
That switch was added in 6.4. In 6.2 and earlier, there's no way to turn off full-laziness other than -Onot, as far as I'm aware.
Related question: Can anybody tell me when there will be Debian packages of GHC 6.4 available?
Cheers, Simon
Best regards, Wolfgang

On Thu, Jul 28, 2005 at 04:37:40PM +0200, Wolfgang Jeltsch wrote:
Related question: Can anybody tell me when there will be Debian packages of GHC 6.4 available?
There are 6.4 packages in unstable. They aren't installable in unstable, but I think they should be installable on a stable system. Shortly after 6.4.1 is released ghc6 should be installable in unstable again. Thanks Ian

Am Donnerstag, 28. Juli 2005 16:58 schrieb Ian Lynagh:
On Thu, Jul 28, 2005 at 04:37:40PM +0200, Wolfgang Jeltsch wrote:
Related question: Can anybody tell me when there will be Debian packages of GHC 6.4 available?
There are 6.4 packages in unstable. They aren't installable in unstable, but I think they should be installable on a stable system.
The unstable packages aren't installable on unstable but on stable? That's cool. :-) I will try to install them on stable.
Shortly after 6.4.1 is released ghc6 should be installable in unstable again.
Are backports for stable planned for GHC 6.4.1?
Thanks Ian
Best regards, Wolfgang

On Thu, Jul 28, 2005 at 07:10:17PM +0200, Wolfgang Jeltsch wrote:
Shortly after 6.4.1 is released ghc6 should be installable in unstable again.
Are backports for stable planned for GHC 6.4.1?
I should get to this for x86 after unstable is sorted out. Thanks Ian
participants (4)
-
Ian Lynagh
-
Peter Simons
-
Simon Marlow
-
Wolfgang Jeltsch