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
4ceb0b4a
Commit
4ceb0b4a
authored
1 year ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[from] Fixes cache names in from_memory.
parent
d79b27cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/from/from_memory.ml
+3
-3
3 additions, 3 deletions
src/plugins/from/from_memory.ml
with
3 additions
and
3 deletions
src/plugins/from/from_memory.ml
+
3
−
3
View file @
4ceb0b4a
...
...
@@ -89,7 +89,7 @@ let decide_compose m1 m2 =
else
LOffset
.
Recurse
let
compose_map
=
let
cache
=
Hptmap_sig
.
PersistentCache
"F
unction_Froms.M
emory.compose"
in
let
cache
=
Hptmap_sig
.
PersistentCache
"F
rom_m
emory.compose"
in
(* Partial application is important because of the cache. Idempotent,
because [compose x x] is always equal to [x]. *)
map2
~
cache
~
symmetric
:
false
~
idempotent
:
true
~
empty_neutral
:
true
...
...
@@ -119,7 +119,7 @@ let substitute_data_deps =
let
both
b
itvs
offsm
=
find_precise_loffset
offsm
b
itvs
in
let
join
=
Deps
.
join
in
let
empty
=
Deps
.
bottom
in
let
cache
=
Hptmap_sig
.
PersistentCache
"From_
compute
.subst_data"
in
let
cache
=
Hptmap_sig
.
PersistentCache
"From_
memory
.subst
itute
_data"
in
let
f_map
=
Zone
.
fold2_join_heterogeneous
~
cache
~
empty_left
~
empty_right
~
both
~
join
~
empty
...
...
@@ -147,7 +147,7 @@ let substitute_indirect_deps =
in
let
join
=
Zone
.
join
in
let
empty
=
Zone
.
bottom
in
let
cache
=
Hptmap_sig
.
PersistentCache
"From_
compute
.subst_indirect"
in
let
cache
=
Hptmap_sig
.
PersistentCache
"From_
memory
.subst
itute
_indirect"
in
let
f_map
=
Zone
.
fold2_join_heterogeneous
~
cache
~
empty_left
~
empty_right
~
both
~
join
~
empty
...
...
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