summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2018-03-04 23:29:46 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2018-03-04 23:41:26 -0800
commitd7be9385609328a03c5cfe775473a7dc8e014fd3 (patch)
treec4f0a252c3c8ca1f5df8f43b02f85f0886cb8907 /docs
parentf1d3fe4a21e339a3fd6e4592ee7444484a7b92dc (diff)
downloadgperftools-d7be9385609328a03c5cfe775473a7dc8e014fd3.tar.gz
implement more robust detection of sized delete support
As reported in issue #954, osx clang compiler is able to optimize our previous detection away while not really having runtime support for sized delete. So this time we use AC_LINK_IFELSE and more robust code to prevent compiler from optimizing away sized delete call. This should reliably catch "bad" compilers. Special thanks to Alexey Serbin for reporting the issue, suggesting a fix and verifying it. Fixes issue #954.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions