diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-11-27 12:46:42 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-12-03 10:05:22 -0700 |
commit | b8bdff9853c3bb390732840d3ed9f1c99cca82db (patch) | |
tree | 6a42e655322fcebfa17b324cc42684503f083d64 /util.c | |
parent | 47c56cc834ceb689b97d6751b5f4cbde97589b22 (diff) | |
download | perl-b8bdff9853c3bb390732840d3ed9f1c99cca82db.tar.gz |
regcomp.c: Slight optimization
A swash is accessed either through its inversion list or its hash (only
large swashes actually have hashes; this is usually transparent). At
this point in regcomp.c, we only will be looking at the inversion list;
by telling swash_init function that via the flag, later accesses
automatically have a level of indirection removed.
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions