We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbd906 commit 61d6944Copy full SHA for 61d6944
src/goto-symex/goto_state.h
@@ -12,7 +12,6 @@ Author: Romain Brenguier, [email protected]
12
#ifndef CPROVER_GOTO_SYMEX_GOTO_STATE_H
13
#define CPROVER_GOTO_SYMEX_GOTO_STATE_H
14
15
-#include <unordered_map>
16
#include <util/sharing_map.h>
17
18
#include <analyses/guard.h>
src/goto-symex/symex_config.h
@@ -59,6 +59,7 @@ struct symex_configt final
59
/// dereference with a single symbol that contains the result of that
60
/// dereference. Can sometimes lead to a significant performance
61
/// improvement, but sometimes also makes things worse.
62
+ /// See https://github.com/diffblue/cbmc/pull/5964 for performance data.
63
/// Used in goto_symext::dereference_rec
64
bool cache_dereferences;
65
0 commit comments