http://www.perlmonks.org?node_id=664700


in reply to Re^2: Performance of possessive quantifiers
in thread Performance of possessive quantifiers

Ah, thanks for that last remark, I'll keep it in mind for future testing.

However, I double-checked and while I thought I remembered that -Dusedevel implied -DDEBUGGING, it doesn't seem so*. Hence, the 5.11 I used for the above results was no debugging build. Sorry for the confusion!

Cheers,
Steffen

* I did "./Configure -Dusedevel -de 2>&1 | grep -i debug" and "make -j3 | grep -i debug" without any mention of DEBUGGING.

  • Comment on Re^3: Performance of possessive quantifiers

Replies are listed 'Best First'.
Re^4: Performance of possessive quantifiers
by moritz (Cardinal) on Jan 28, 2008 at 16:51 UTC
    The -Dusedevel option to Configure just quiets the "WHOA THERE, is this a development version of perl" message that otherwise quits Configure.

    I verified my original benchmarks with non-debugging perls (I wasn't sure if my 5.10 had been debugging, and I missed to look at perl5.10.0 -V ;), it didn't change anything.