Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
b97791d3
Commit
b97791d3
authored
1 year ago
by
Jan Rochel
Browse files
Options
Downloads
Patches
Plain Diff
[alias] Changelog entry for "new" alias plugin
parent
2cfb831c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Changelog
+4
-0
4 additions, 0 deletions
Changelog
src/plugins/alias/README.md
+3
-0
3 additions, 0 deletions
src/plugins/alias/README.md
with
7 additions
and
0 deletions
Changelog
+
4
−
0
View file @
b97791d3
...
...
@@ -18,6 +18,10 @@
Open Source Release <next-release>
###############################################################################
- Alias [2023-09-07] New alias plugin that implements a points-to
analysis and an alias analysis based on Steensgaard's algorithm.
For these purposes it presents a more efficient (albeit less
precise) alternative to Eva. See src/plugins/alias/README.md.
- Kernel [2023-09-04] Fix #@846 (printing ACSL attribute in ghost code)
o Kernel [2023-07-24] Expose Cil functions for type compatibility
...
...
This diff is collapsed.
Click to expand it.
src/plugins/alias/README.md
+
3
−
0
View file @
b97791d3
...
...
@@ -13,6 +13,9 @@ changes the value of the other pointer and vice versa.
The plugin implements a variant of « Steensgaard's algorithm ».
Note that the Eva plugin also implements a points-to analysis, which is much
more precise but also much less efficient than this plugin.
## Usage
To run the may-alias analysis either:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment