Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gdsl-toolkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tanzeem Haque
gdsl-toolkit
Commits
6b25734e
Commit
6b25734e
authored
Oct 08, 2013
by
Julian Kranz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Liveness
parent
6b1275bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
specifications/rreil/rreil-liveness.ml
specifications/rreil/rreil-liveness.ml
+2
-0
No files found.
specifications/rreil/rreil-liveness.ml
View file @
6b25734e
...
...
@@ -116,6 +116,7 @@ val lv-gen gens stmt =
|
SEM_CBRANCH
x
:
visit
-
flow
1
gens
x
|
SEM_FLOP
x
:
lv
-
union
(
visit
-
semvar
gens
(
sizeof
-
id
x
.
flags
.
id
)
x
.
flags
)
(
visit
-
semvarls
visit
-
semvar
gens
x
.
rhs
)
|
SEM_PRIM
x
:
visit
-
semvarls
visit
-
semvar
gens
x
.
rhs
|
SEM_THROW
x
:
gens
#
|
SEM_LABEL
x
:
gens
#
|
SEM_IF_GOTO_LABEL
x
:
visit
-
lin
gens
1
x
.
cond
#
|
SEM_IF_GOTO
x
:
visit
-
flow
gens
x
...
...
@@ -337,6 +338,7 @@ val lv-analyze initial-live stack =
|
SEM_ASSIGN
y
:
cont
(
lv
-
kill1
x
.
hd
)
(
lvstate
-
eval
state
x
.
hd
)
|
SEM_FLOP
y
:
cont
(
lv
-
kill1
x
.
hd
)
(
lvstate
-
eval
state
x
.
hd
)
|
SEM_PRIM
y
:
cont
(
lv
-
kill1
x
.
hd
)
(
lvstate
-
eval
state
x
.
hd
)
|
SEM_THROW
y
:
cont
(
lv
-
kill1
x
.
hd
)
(
lvstate
-
eval
state
x
.
hd
)
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment