summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-22 15:28:54 +0200
committerAnatol Belski <ab@php.net>2014-10-22 17:56:24 +0200
commitf59daf2104a8e08a49ab9e074e5dcd30fe5f0939 (patch)
treeecf435bf794f1bf53b953b043ed8c5fbf94cbf4d /ext/standard/array.c
parent1ea5982d074e3f1ec767f0f0fe79dd9c1860ef56 (diff)
downloadphp-git-f59daf2104a8e08a49ab9e074e5dcd30fe5f0939.tar.gz
micro optimized initial hash size calculation
most of the calls are with a size <= 8, so don't even bother any bitshifts. For the bigger sizes, use an intrinsic (should be extended with gcc ones though).
Diffstat (limited to 'ext/standard/array.c')
0 files changed, 0 insertions, 0 deletions