]> 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)
commit6fc06f265ee07113b5a00c96eeb2aff43b896b2b
tree80741cdf4493a1e0d077324c2f8c882bbeeb8c27
parent92ef63a07b04bb85d6587b2905d068ce8a781061
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