return SmallVector from followAllReferences()#3925
return SmallVector from followAllReferences()#3925danmar merged 2 commits intocppcheck-opensource:mainfrom
SmallVector from followAllReferences()#3925Conversation
fe3ebf9 to
c4e2875
Compare
SmallVector from followAllReferences()
|
The cleanups actually improve the performance from |
|
And simply using |
|
Using Boost it reduces from Better numbers for both compilers soon. |
94026f4 to
d2ff305
Compare
|
This is finally ready for review. 🥳
Performing a With Clang 14 With Valueflow enabled: Clang 14 And scanning Clang 14 |
|
There's still a lot of Ir being used by the |
This is addressed in #4526. |
The cleanups without the
SmallVectorusage somehow cause a performance regression I still need to look into.