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
The desired workflow with the optimization flag is to apply TypeART using
opt
likeTA heap > optim flag > TA stack
.However, in the last step stack and (again) heap are instrumented.
Fix
Add
-typeart-no-heap
flag to last step for both run.sh and apply.shThe text was updated successfully, but these errors were encountered: