#490: object code blow up by minor source code change
---------------------------+------------------------------------------------
Reporter: c_maeder | Owner: simonpj
Type: bug | Status: closed
Priority: low | Milestone: _|_
Component: Compiler | Version: 6.4.1
Resolution: fixed | Keywords:
Difficulty: Unknown | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: None/Unknown |
---------------------------+------------------------------------------------
Changes (by simonmar):
* status: new => closed
* failure: => None/Unknown
* resolution: None => fixed
Comment:
This bug no longer happens with 6.12.1:
{{{
$ ghc --make HasCASL/hacapa.hs -O
...
$ size HasCASL/hacapa
text data bss dec hex filename
2231135 131492 12928 2375555 243f83 HasCASL/hacapa
$ ll HasCASL/hacapa
-rwxrwxr-x 1 simonmar simonmar 4051713 2009-12-18 19:34 HasCASL/hacapa*
$ patch -p0 Common/Lib/Pretty.hs <patch
patching file Common/Lib/Pretty.hs
Hunk #1 succeeded at 564 (offset -42 lines).
Hunk #2 succeeded at 614 (offset -42 lines).
$ ghc --make HasCASL/hacapa.hs -O
...
$ ll HasCASL/hacapa
-rwxrwxr-x 1 simonmar simonmar 4126044 2009-12-18 19:36 HasCASL/hacapa*
$ ll HasCASL/PrintLe.o
-rw-rw-r-- 1 simonmar simonmar 115480 2009-12-18 19:36 HasCASL/PrintLe.o
}}}
Things get a little larger, but not in the massive way reported in the
ticket. So, I assume this is now fixed.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/490#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs