Skip to content

Incremental/compatibility-updates#356

Merged
stilscher merged 20 commits intomasterfrom
incremental/compatibility-updates
Sep 30, 2021
Merged

Incremental/compatibility-updates#356
stilscher merged 20 commits intomasterfrom
incremental/compatibility-updates

Conversation

@stilscher
Copy link
Copy Markdown
Member

This PR contains some general updates for the incremental analysis. Its part of #351, the two improvements build upon this updated version of the incremental analysis. This PR contains:

  • small adaptations to the incremental config file using
  • making the mallocWrapperAnalysis location independent for compatibility with the incremental analysis
  • adapting the incremental script for more precise runtime measurement and adding a script for taking average measurements on multiple incremental runs

@sim642 sim642 self-requested a review September 22, 2021 12:55
Copy link
Copy Markdown
Member

@sim642 sim642 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If malloc varinfo names need to be changed from locations to IDs, then shouldn't the same be done to thread ID varinfo names? And potentially some other uses as well?

I'm wondering though, how we could make it as user-friendly as before, because now it's very difficult to inspect the analysis results and know where a particular allocation is from. You'd have to click through all function CFGs to find the one which contains the ID in the varinfo.

@sim642 sim642 added the bug label Sep 22, 2021
@stilscher stilscher merged commit b0d3e37 into master Sep 30, 2021
@stilscher stilscher deleted the incremental/compatibility-updates branch September 30, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants