-
Notifications
You must be signed in to change notification settings - Fork 76
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
Tracking Benchmark Changes for Thesis #1417
Draft
michael-schwarz
wants to merge
165
commits into
master
Choose a base branch
from
michael-schwarz-dissertation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+3,288
−562
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michael-schwarz
force-pushed
the
michael-schwarz-dissertation
branch
from
April 19, 2024 12:10
aac1ebb
to
811c183
Compare
…ot evaluate to an address
More useful stats output by privPrecCompare
[Thesis MS] Fixes for Self-Validation Issues
`Relational MM`: Cluster `LMust`
Make `update_offset` idempotent for blobs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The branch I used to benchmark for my thesis diverges at d8be117.
This draft MR is not intended to be merged but should allow me to keep an overview of the changes and see what should be maybe back-ported.
PR for
master
exists:unsigned long
wrong #1542 and YAML: Relational invariants about escaped variables are incorrect (due to Apron->CIL conversion not considering escaping) #1547privPrecCompare
#1642To consider:
privPrecCompare
outputprivPrecCompare
output to stderr (in case it is saved to somewhere)exp.priv-prec-dump-proj
option to project precision of dumps to enums, intervals, and def_exc for comparison between different activated domainstraces
andtraces-rel
configurations to be more similar)bot_in_blob_leq_bot
sobot
andBlob(bot)
compare equal in privPrecCompare)update_offset
idempotent for blobs #1559Done
Back-ported:
PR landed on
master
concurrently with MS proceeding on this branch (nothing to do):BaseAnalysis
: For non-definite AD, join over **all** components not justcpa
inset
#1458meet
inField
: Do not raiseUncomparable
when one arg isTop
#1471global_init
for escaped globals in mutex-meet-tid cluster configuration #1481mutex-meet
for malloc after thread creation #1492sync Join
more precise when threadflag is path-sensitive #1475JoinCall
& Limitsync
at function start nodes #1508Hotfixes:
Apron
values very slow #1513 (should be solved by addressingPretty.text
very slow and uses a lot of memory cil#169 instead)PR with principled fix exists:
pthread_mutex_lock
with complicated argument #1421