]> granicus.if.org Git - php/commit
Allocate memory in a burst mode, and later use it. Increases
authorAndrey Hristov <andrey@php.net>
Thu, 12 Aug 2010 13:23:16 +0000 (13:23 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 12 Aug 2010 13:23:16 +0000 (13:23 +0000)
commit9da177f8d528bad849e5fb0c38e09369a2015f61
treee0763a1389ae251c4488cd1047d1e62d4038096c
parentc974313aed296dfab6cd7e1859ecf48a5fd581a8
Allocate memory in a burst mode, and later use it. Increases
locality of the data.
Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of
two, thus removing code duplication from macro expansion - less
code to fit in the instruction cache.
ext/mysqlnd/mysqlnd_wireprotocol.c