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
3b7f4f7a
Commit
3b7f4f7a
authored
1 year ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] User manual: adds paragraph about the alternative syntax of Eva directives.
parent
d4c44ca2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/eva/main.tex
+8
-0
8 additions, 0 deletions
doc/eva/main.tex
with
8 additions
and
0 deletions
doc/eva/main.tex
+
8
−
0
View file @
3b7f4f7a
...
@@ -5440,6 +5440,14 @@ This section lists such directives supported by \Eva{}, with a short description
...
@@ -5440,6 +5440,14 @@ This section lists such directives supported by \Eva{}, with a short description
of their behavior and a reference to the relevant section of this manual that
of their behavior and a reference to the relevant section of this manual that
explains in more details their effect on the analysis.
explains in more details their effect on the analysis.
Each of these directives also has an alternative syntax where the keyword is
prefixed by
\texttt
{
\textbackslash
eva::
}
. Thus, one can write
\texttt
{
//@
\textbackslash
eva::split x; //@ loop
\textbackslash
eva::unroll 100;
}
instead of
\texttt
{
//@ split x; //@ loop unroll 100;
}
.
This syntax makes explicit that the directive is specific to the
\Eva
{}
plug-in,
and avoids parsing failure if
\Eva
{}
is not loaded (for instance when using
the
\verb
|
-no-autoload-plugins
|
parameter).
\subsection
{
Directives guiding trace partitioning
}
\subsection
{
Directives guiding trace partitioning
}
\begin{center}
\begin{center}
...
...
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