This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Berkeley Regex - was: fixincludes jumbo patch 2


> Zack Weinberg submitted a fixincl patch for many things.
> I have asked him under private email to break up and
> simplify the patch.  I am pulling out one issue here
> in order to get consensus before installing.  The issue
> is whether or not the Berkeley regex processing is okay
> for inclusion or not.  It will apparently cut processing
> time by another 60% yielding a 7-fold improvement over the
> original script.  I don't get particularly excited over the
> Berkeley vs. GNU license debate, but I would hate to
> replace the gnu-regex only to have to put it back.

Another option is to use GNU rx which appears to be a more
current, faster, and correct regular expression library
than GNU regex.  I don't know how it compares to the Berkeley
implementation.

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]