Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Nov 2000 15:51:13 +0000 (15:51 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Nov 2000 15:51:13 +0000 (15:51 +0000)
commit023851150e19d9fc4a9b3320c50e7fc5ccec014f
treea0dd9f992197de52ae7cb91286a34784072603f1
parentc44c482642024dcc060fbe4eb4461ec18af07e2d
Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
execution time in regcomp.c S_cl_any() and S_cl_is_anything()
by using memset() and testing bytewise (as opposed to bitwise).

p4raw-id: //depot/perl@7590
regcomp.c
regcomp.h