#1365: -fbyte-code is ignored in a OPTIONS_GHC pragma
-------------------------+--------------------------------------------------
    Reporter:  mnislaih  |        Owner:  simonmar
        Type:  bug       |       Status:  new     
    Priority:  normal    |    Milestone:          
   Component:  GHCi      |      Version:  6.7     
    Severity:  minor     |   Resolution:          
    Keywords:            |   Difficulty:  Unknown 
          Os:  MacOS X   |     Testcase:          
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Old description:

> When loading a bunch of modules in ghci with -fobject-code, it seems
> reasonable to be expect that individual GHC_OPTIONS -fbyte-code pragmas
> will have the effect of loading individual modules via the bytecode
> backed.

New description:

 When loading a bunch of modules in ghci with ''-fobject-code'', it seems
 reasonable to be expect that individual ''GHC_OPTIONS -fbyte-code''
 pragmas will have the effect of loading individual modules via the
 bytecode backend.

Comment (by mnislaih):

 As an aside, I am trying to load ghc itself in ghci.

 ''-fobject-code'' is very handy for me because it seriously speeds up the
 load times.
 However, I want to be able to set breakpoints in individual modules

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