Regex timing and runtime options

2002-05-14 Thread Mark Kvale
Steve Fink recently made it easy to test parrot under various runtime options: -g - suppress use of computed goto -P - use prederef -j - use JIT compiler I was curious to see what effects these would have on regex timings for the various schemes I cooked up. As before, I am using the

RE: Regex timing and runtime options

2002-05-14 Thread Brent Dax
Mark Kvale: # Steve Fink recently made it easy to test parrot under various runtime # options: # #-g - suppress use of computed goto #-P - use prederef #-j - use JIT compiler # # I was curious to see what effects these would have on regex # timings for the various schemes I cooked