logo       

[GHC] #789: BCOs can only have 64k instructions: msg#00036

lang.haskell.glasgow.bugs

Subject: [GHC] #789: BCOs can only have 64k instructions

#789: BCOs can only have 64k instructions
-------------------------+--------------------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 6.4.2
Severity: normal | Keywords:
Os: Unknown | Difficulty: Unknown
Architecture: Unknown |
-------------------------+--------------------------------------------------
Fredrick Eaton (frederik@xxxxxxxxxxxxxx) said:

Here I'm reading a very large matrix from a file and turning it into a
template Haskell expression. Probably not the most efficient thing to
do, but the error message could be clearer...
{{{
*Main> let y = $(qFast (\f -> runIO $ readMatrixFile "data.txt"
(runQ.f)));
ghc-6.4.2: panic! (the `impossible' happened, GHC version 6.4.2):
linkBCO: >= 64k insns in BCO

}}}
Indeed, the error message is unhelpful.

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/789>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise