This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Three regex speedups, one of which is actually a bugfix


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've applied Jakub's last patch now.  If there is controversy we can
handle it incrementally from that patch on.  The other three of Jakub's
patches are in, too.

And one more hint: a lot of the functions have parameters only because
they need to be passed down to other functions.  This has been somewhat
reduced but it potentially can be done better.  If __thread is available
we can use thread-local static variables.  regex functions must not be
called from signal handlers so this is safe.  Not sure how much if
anything this saves, but it's worth a shot.

- -- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/9eFx2ijCOnn/RHQRAvGvAJ9g9X76IL+Uin73kzWXiS43zSK52wCeLTSd
1Yr4i6fbRFcCD77KXvcVZHc=
=EIhV
-----END PGP SIGNATURE-----


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