#789: BCOs can only have 64k instructions
---------------------+------------------------------------------------------
 Reporter:  simonpj  |          Owner:         
     Type:  bug      |         Status:  new    
 Priority:  normal   |      Milestone:  _|_    
Component:  GHCi     |        Version:  6.8.2  
 Severity:  normal   |     Resolution:         
 Keywords:  BCO      |     Difficulty:  Unknown
 Testcase:           |   Architecture:  x86    
       Os:  Linux    |  
---------------------+------------------------------------------------------
Changes (by jsnx):

  * keywords:  => BCO
  * version:  6.4.2 => 6.8.2
  * os:  Unknown => Linux
  * architecture:  Unknown => x86

Comment:

 I try to build a Chinese dictionary with ~10000 entries in it, as a

     Data.Map.Map Char [([Char], [Char])]

 and when I try to load this module in GHCi, I get

     ghc-6.8.2: panic! (the 'impossible' happened)
       (GHC version 6.8.2 for i386-unknown-linux):
             linkBCO: >= 64k insns in BCO

 That's okay -- I guess I could just put the dictionary in SQLite -- but
 it'd be cool if I could make huge Haskell data structures statically or
 something.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/789#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

Reply via email to