public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
       [not found] <bug-1302-132@http.sourceware.org/bugzilla/>
@ 2020-08-05  6:52 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-08-05  6:52 UTC (permalink / raw)
  To: glibc-bugs-regex

https://sourceware.org/bugzilla/show_bug.cgi?id=1302

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Paul Eggert <eggert@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2cc478ed1be82711a6cac15aae683530b2e6732b

commit 2cc478ed1be82711a6cac15aae683530b2e6732b
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Tue Aug 4 23:45:27 2020 -0700

    Copy regex_internal.h from Gnulib

    Sync this file from Gnulib, thus incorporating the following
    fix for a bug with regexps with 16 or more subexpressions:
    * posix/regex_internal.h (struct re_backref_cache_entry):
    Use bitset_word_t as the type of eps_reachable_subexps_map,
    instead of unsigned short int.  This fixes a bug I introduced
    to glibc in 2005-09-28T17:33:18Z!drepper@redhat.com (glibc commit
    2c05d33f90861d074dc12808dafbde30f487b1a0, BZ #1302).
    Remove unused member 'unused'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
  2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-28 17:33 ` drepper at redhat dot com
@ 2006-04-25 18:21 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2006-04-25 18:21 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1302 depends on bug 1285, which changed state.

Bug 1285 Summary: regex code should use 'bool' (plus some bug fixes)
http://sourceware.org/bugzilla/show_bug.cgi?id=1285

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX

http://sourceware.org/bugzilla/show_bug.cgi?id=1302

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
  2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-06 23:30 ` drepper at redhat dot com
@ 2005-09-28 17:33 ` drepper at redhat dot com
  2006-04-25 18:21 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-09-28 17:33 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From drepper at redhat dot com  2005-09-28 17:33 -------
I've checked in a significantly changed version of this patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=1302

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
  2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
  2005-09-06  7:33 ` [Bug regex/1302] " eggert at gnu dot org
  2005-09-06 17:48 ` eggert at gnu dot org
@ 2005-09-06 23:30 ` drepper at redhat dot com
  2005-09-28 17:33 ` drepper at redhat dot com
  2006-04-25 18:21 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-09-06 23:30 UTC (permalink / raw)
  To: glibc-bugs-regex



-- 
Bug 1302 depends on bug 1278, which changed state.

Bug 1278 Summary: regex undefined behavior with shifting past word length
http://sourceware.org/bugzilla/show_bug.cgi?id=1278

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

http://sourceware.org/bugzilla/show_bug.cgi?id=1302

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
  2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
  2005-09-06  7:33 ` [Bug regex/1302] " eggert at gnu dot org
@ 2005-09-06 17:48 ` eggert at gnu dot org
  2005-09-06 23:30 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eggert at gnu dot org @ 2005-09-06 17:48 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From eggert at gnu dot org  2005-09-06 17:48 -------
Created an attachment (id=651)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=651&action=view)
bitset performance / portability improvements (revised)

Derek Price reported that the previous patch
elicits a "suggest parentheses around + or - in
operand of &" with gcc -Wall.  The revised patch
adds a pair of parentheses to avoid this warning.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #650 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=1302

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug regex/1302] improve regex bitset performance (don't assume 32 bits)
  2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
@ 2005-09-06  7:33 ` eggert at gnu dot org
  2005-09-06 17:48 ` eggert at gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eggert at gnu dot org @ 2005-09-06  7:33 UTC (permalink / raw)
  To: glibc-bugs-regex


------- Additional Comments From eggert at gnu dot org  2005-09-06 07:33 -------
Created an attachment (id=650)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=650&action=view)
bitset performance / portability improvements


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1302

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-05  6:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-1302-132@http.sourceware.org/bugzilla/>
2020-08-05  6:52 ` [Bug regex/1302] improve regex bitset performance (don't assume 32 bits) cvs-commit at gcc dot gnu.org
2005-09-06  7:32 [Bug regex/1302] New: " eggert at gnu dot org
2005-09-06  7:33 ` [Bug regex/1302] " eggert at gnu dot org
2005-09-06 17:48 ` eggert at gnu dot org
2005-09-06 23:30 ` drepper at redhat dot com
2005-09-28 17:33 ` drepper at redhat dot com
2006-04-25 18:21 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).