|
[GHC] #789: BCOs can only have 64k instructions: msg#00036lang.haskell.glasgow.bugs
#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> |
|---|---|---|
| Previous by Date: | Re: [GHC] #787: compacting GC, GHC |
|---|---|
| Next by Date: | Re: [GHC] #789: BCOs can only have 64k instructions, GHC |
| Previous by Thread: | [GHC] #788: Class aliases (as proposaed by John Meacham), GHC |
| Next by Thread: | Re: [GHC] #789: BCOs can only have 64k instructions, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |