[
https://issues.apache.org/jira/browse/MINIFICPP-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz resolved MINIFICPP-300.
------------------------------------
Resolution: Won't Fix
I think we have much larger perf bottlenecks than branch mispredictions and
instruction cache problems
> Add attribute noinline to logging
> ---------------------------------
>
> Key: MINIFICPP-300
> URL: https://issues.apache.org/jira/browse/MINIFICPP-300
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Marc Parisi
> Priority: Major
>
> 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
(v8.20.10#820010)