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
ee5ae131
Commit
ee5ae131
authored
5 years ago
by
Andre Maroneze
Committed by
David Bühler
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[LoopAnalysis] deprecate plug-in
parent
eec758df
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
src/plugins/loop_analysis/README.org
+4
-0
4 additions, 0 deletions
src/plugins/loop_analysis/README.org
src/plugins/loop_analysis/options.ml
+4
-2
4 additions, 2 deletions
src/plugins/loop_analysis/options.ml
with
8 additions
and
2 deletions
src/plugins/loop_analysis/README.org
+
4
−
0
View file @
ee5ae131
Loop and "slevel" analysis.
Loop and "slevel" analysis.
Note: this plug-in has been deprecated in favor of newer Eva features, such as
`-eva-auto-loop-unroll`, `//@ loop unroll` annotations and trace
partitioning. It will be removed in a future release.
* Overview
* Overview
This plugin performs two analyses.
This plugin performs two analyses.
...
...
This diff is collapsed.
Click to expand it.
src/plugins/loop_analysis/options.ml
+
4
−
2
View file @
ee5ae131
...
@@ -24,13 +24,15 @@ include Plugin.Register
...
@@ -24,13 +24,15 @@ include Plugin.Register
(
struct
(
struct
let
name
=
"loop"
let
name
=
"loop"
let
shortname
=
"loop"
let
shortname
=
"loop"
let
help
=
"Find number of iterations in loops, and slevel value"
let
help
=
"[DEPRECATED: use Eva's loop unroll annotations and options] \
Find number of iterations in loops, and slevel value"
end
)
end
)
module
Run
=
False
module
Run
=
False
(
struct
(
struct
let
option_name
=
"-loop"
let
option_name
=
"-loop"
let
help
=
"Launch loop analysis"
let
help
=
"[deprecated: use Eva loop unroll annotations or \
-eva-auto-loop-unroll] Launch loop analysis"
end
)
end
)
module
MaxIterations
=
Int
module
MaxIterations
=
Int
...
...
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