strEQ/strNE of 1 character strings seems better hand inlined,
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Jan 2005 20:26:27 +0000 (20:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Jan 2005 20:26:27 +0000 (20:26 +0000)
commit770526c17acd97e1e85c98bfca98d1d4b69f53f8
treecf9680519f3303b2264ba3ac94c1cd7b69c68706
parent9431620da4dbda8a9753e557013462a4cc50b03f
strEQ/strNE of 1 character strings seems better hand inlined,
because it generates smaller object code (as well as being
faster than a true function call)

p4raw-id: //depot/perl@23725
doio.c
locale.c
op.c
perl.c
pp.c
toke.c
util.c