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