Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts with optimization flag apply heap instrumentation twice #44

Closed
ahueck opened this issue Dec 30, 2020 · 0 comments
Closed

Scripts with optimization flag apply heap instrumentation twice #44

ahueck opened this issue Dec 30, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@ahueck
Copy link
Contributor

ahueck commented Dec 30, 2020

The desired workflow with the optimization flag is to apply TypeART using opt like TA 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.sh

@ahueck ahueck added the bug Something isn't working label Dec 30, 2020
ahueck added a commit that referenced this issue Dec 30, 2020
@ahueck ahueck mentioned this issue Jan 4, 2021
ahueck added a commit that referenced this issue Jan 4, 2021
* 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
@ahueck ahueck mentioned this issue Jan 4, 2021
@ahueck ahueck closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant