You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* lit support softcounter feature for tests
* script parse and stack update, fix#43 and #44
* test accessrecorder with leaky code, fixes#45
* separate softcounter printer and use getter for fields
* add pseudo targets for tests, this helps clion ide
* fix lit keyword for required; CI use softcounter always
Currently,
maxHeapAlloc
is only incremented when a free heap operation triggers in a target code.Hence, in a code without free, the max heap is incorrectly printed:
-> Prints:
Max. Heap Allocs 0
but expeced is6
.Fix
AccessRecorder calculates max. for every heap allocation "just in time", instead of waiting for a free.
The text was updated successfully, but these errors were encountered: