diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-11-25 16:07:51 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-11-25 17:12:37 +0100 |
commit | b72b1a4e4d4a94a16b953bf8d826885efb56eeca (patch) | |
tree | d79e5390c77d3a5218f39262f2205280dacb8bf7 /ext/opcache/zend_accelerator_blacklist.h | |
parent | 8795893f4f90a344cc9a9d48523b7aa0ba5ebf05 (diff) | |
download | php-git-b72b1a4e4d4a94a16b953bf8d826885efb56eeca.tar.gz |
Add zend_object_alloc() API
Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure with known size, as the properties
are intialized separately anyway.
Technically we do not need to zero the embedded zend_object
structure either, but as long as the memset argument is constant,
a couple more bytes don't really matter.
Diffstat (limited to 'ext/opcache/zend_accelerator_blacklist.h')
0 files changed, 0 insertions, 0 deletions