#3630: Suggested algorithm to control upper bound of space "leaks"
---------------------------------+------------------------------------------
    Reporter:  shelbymoore3      |        Owner:                  
        Type:  proposal          |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  Compiler          |      Version:  6.10.4          
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * difficulty:  => Unknown

Comment:

 I still don't have a clear idea what it is you want to do.

 I think you want to turn off updates for certain thunks, based on some
 metrics (or profile-directed feedback?).  I pointed out that disabling
 thunk update might actually cause a space leak, because the free variables
 of the thunk have to be retained.  Also you don't explain how you're going
 to decide which thunks should have update disabled.

 I think probably a ticket is not the right place for this discussion - a
 wiki page might be better?

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