ghc/ghci version 5.04 under SunOS 5.8

2002-08-01 Thread Christian Maeder

Hi,

ghci seems to use a lot of cpu-time without doing something at the
prompt.

Furthermore ghc -O2 ... still creates binaries that yield a Bus
Error with gcc-3.1.

Can't that be fixed? 

Cheers, Christian
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



RE: ghc/ghci version 5.04 under SunOS 5.8

2002-08-01 Thread Simon Marlow


 ghci seems to use a lot of cpu-time without doing something at the
 prompt.

Hmmm, you're right.  I hadn't noticed that.  I'll look into it for
5.04.1.

 Furthermore ghc -O2 ... still creates binaries that yield a Bus
 Error with gcc-3.1.
 
 Can't that be fixed? 

It has already been fixed, and the fix will be in 5.04.1.

Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



orphan modules

2002-08-01 Thread Hal Daume III

in the ghc docs, section 4.9.8, it says

You can identify an orphan module by looking in its interface file,
M.hi. If there is a ``!'' on the first line, GHC
considers it an orphan module. 

which i don't think is true anymore since .hi files are binary now...

--
Hal Daume III

 Computer science is no more about computers| [EMAIL PROTECTED]
  than astronomy is about telescopes. -Dijkstra | www.isi.edu/~hdaume

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs