[Shootout-list] regexmatch ghc again

Einar Karttunen ekarttun@cs.helsinki.fi
Mon, 16 May 2005 18:33:41 +0300


Hello

The GHC 6.4 optimizator killed my last kludge from regexmatch.ghc. 
Added options into the Makefile to disable optimizations. This
means that e.g. the regex will be compiled each time the match is 
made separately too. I tried to remove some of the kludge from the
file but then it became too fast again even with the disabled
optimizations.

ps. feel free to remove the -fno-full-lazyness from the Makefile if you
feel that Haskell being ten times faster than everyone else was fine. 
Any ideas for fixing regexmatch?

- Einar Karttunen