#3345: Support reading .a files in GHCi to reclaim some disk space
---------------------------------+------------------------------------------
    Reporter:  batterseapower    |        Owner:              
        Type:  feature request   |       Status:  new         
    Priority:  high              |    Milestone:  7.2.1       
   Component:  Compiler          |      Version:  6.10.2      
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:  Unknown     
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by igloo):

  * priority:  normal => high
  * milestone:  7.0.1 => 7.2.1


Comment:

 The core of this is now done, and we use the .a files on OS X. There is
 still some polishing to do (e.g. it currently always uses mmap to allocate
 memory for the object files, and maps memory separately for each
 individual object file), so we won't do it in time for 7.0, but it's
 entirely feasible for 7.2.

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