patch applied (ghc): Optimize dynamic breakpoints for speed

Pepe Iborra mnislaih at gmail.com
Wed Feb 7 15:59:42 EST 2007


Wed Feb  7 00:21:10 PST 2007  Pepe Iborra <mnislaih at gmail.com>
  * Optimize dynamic breakpoints for speed
  
  Made a bit faster the test which gets done every time a running program hits a dynamic breakpoint. I moved the bounds checking inside a DEBUG pragma and replaced (IArray.!) for unsafeAt
  

    M ./compiler/ghci/Debugger.hs -4 +6



More information about the Cvs-ghc mailing list