sprinkle LIKELY() on pp_hot.c scope.c and some *.h
authorDavid Mitchell <davem@iabyn.com>
Wed, 12 Mar 2014 19:14:13 +0000 (19:14 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 12 Mar 2014 20:19:03 +0000 (20:19 +0000)
commit5d9574c10ca04dcefc1cac5441cb321f7bb4cc37
tree66acefea54382fa30b9c1c2b73c99d578f65c027
parent85c8e3067c12431ded3d5289a8ec16cf2e33ebaf
sprinkle LIKELY() on pp_hot.c scope.c and some *.h

I've gone through pp_hot.c and scope.c and added LIKELY() or UNLIKELY()
to all conditionals where I understand the code well enough to know that
a particular branch is or isn't likely to be taken very often.

I also processed some of the .h files which contain commonly used macros.
handy.h
perl.h
pp.h
pp_hot.c
scope.c
scope.h
sv.h