simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

Re-evaluate cache implementations

Open firewave opened this issue 1 year ago • 0 comments

There are some internal caches which are used to boost performance. Unfortunately they are not only platform-dependent and very obtuse but they are also utilizing global objects which can lead to static initialization order issues depending on how simplecpp is being used (see https://github.com/danmar/cppcheck/pull/6542).

firewave avatar Jul 22 '24 18:07 firewave