marco polo created MINIFICPP-300:
------------------------------------
Summary: Add attribute noinline to logging
Key: MINIFICPP-300
URL: https://issues.apache.org/jira/browse/MINIFICPP-300
Project: NiFi MiNiFi C++
Issue Type: Bug
Reporter: marco polo
Logging functions are becoming inlined. This is causing the instruction cache
on my machine to be filled with logging code and appearing to throw off branch
prediction. We should probably not inline logging functions. This is a
micro-optimization that we should consider since this is very typical and can
usually shave milliseconds off of low latency operations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)