diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-03-17 17:16:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-27 10:30:01 +0100 |
commit | ded4dd2add376b302c561318612805c584ef9e6a (patch) | |
tree | d57c609654654aca78765f15ef8a852dcfeaf9d1 /globvar.sym | |
parent | 93882df08ca38a02b0381419b29fff019ec87ef7 (diff) | |
download | perl-ded4dd2add376b302c561318612805c584ef9e6a.tar.gz |
Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup.
This is O(1) with no branching, instead of O(n) with branching.
Deprecate the old implementation's externally visible variables
PL_simple and PL_varies. Google codesearch suggests that nothing outside the
core regexp code was using these.
Diffstat (limited to 'globvar.sym')
0 files changed, 0 insertions, 0 deletions