[cmake-developers] slow regex implementation in RegularExpression

Bill Hoffman bill.hoffman at kitware.com
Wed Nov 23 15:43:40 EST 2011


On Wed, Nov 23, 2011 at 3:24 PM, Sean McBride <sean at rogue-research.com> wrote:
> On Wed, 23 Nov 2011 14:03:20 -0500, Bill Hoffman said:
>
>>For 99% of folks the current regex is just fine.
>
> AFAICT, this performance bug affects 100% of Xcode generator users.  Even looking at CMake's dashboard, you can see the difference, just search it for 'xcode'.  ex:
>

100% of Xcode users that use ctest to build.  I would still put that
in the 1% of those that build with CMake. A build with CMake does not
go via ctest, but is built on the command line or in the IDE Xcode
which will not have the regex slow down.

Changing just ctest somehow is a much smaller scope than changing
every regex in all of CMake.  I stand by my 99% are OK with the regex
that they have.  :)

-Bill



More information about the cmake-developers mailing list