Two things. #if defined(__GLASGOW_HASKELL__) on INLINE [n] pragmas (for jhc). And...
authorDon Stewart <dons@cse.unsw.edu.au>
Tue, 9 May 2006 02:34:25 +0000 (02:34 +0000)
committerDon Stewart <dons@cse.unsw.edu.au>
Tue, 9 May 2006 02:34:25 +0000 (02:34 +0000)
commit735f95c20987813a57cc8c958fe38ead72609352
treebf91439e78571b73c390d02e600d698252d6405f
parentf5890dc1b5296b44d036df768641e2be29075d12
Two things. #if defined(__GLASGOW_HASKELL__) on INLINE [n] pragmas (for jhc). And careful use of INLINE on words/unwords halves runtime for those functions
Data/ByteString.hs
Data/ByteString/Char8.hs