handy.h: Don't call _uni fcns if have applicable macro
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 21:10:01 +0000 (15:10 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:09 +0000 (09:58 -0600)
commiteb0052d12453d188c7a1927092ec86ea704a0e60
tree65c637f6dd98734dfcbfef6f227dc3b12b5301b6
parent7b952154426e53253db1065e8e73307cafb4c28b
handy.h: Don't call _uni fcns if have applicable macro

This patch avoids the overhead of calling eg. is_uni_alpha() if the
result is known to Perl's core.  This can avoid a swash load.
handy.h