avoid some unnecessary object creations and copies#4493
avoid some unnecessary object creations and copies#4493danmar merged 6 commits intocppcheck-opensource:mainfrom
Conversation
|
This regressed the callgrind step in the CI from |
|
The regression is caused by 92c08d1. In This happens because the
@danmar Is this intentional? |
Spontanously my feeling is that this might be intentional. But I'd need to dig into the code to know.
not sure if sanitization is needed. but if it is then the constructor should probably also do it. |
No description provided.