Skip to content

Commit 61d6944

Browse files
committed
Tidy up and document
1 parent 1dbd906 commit 61d6944

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/goto-symex/goto_state.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Author: Romain Brenguier, [email protected]
1212
#ifndef CPROVER_GOTO_SYMEX_GOTO_STATE_H
1313
#define CPROVER_GOTO_SYMEX_GOTO_STATE_H
1414

15-
#include <unordered_map>
1615
#include <util/sharing_map.h>
1716

1817
#include <analyses/guard.h>

src/goto-symex/symex_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ struct symex_configt final
5959
/// dereference with a single symbol that contains the result of that
6060
/// dereference. Can sometimes lead to a significant performance
6161
/// improvement, but sometimes also makes things worse.
62+
/// See https://github.com/diffblue/cbmc/pull/5964 for performance data.
6263
/// Used in goto_symext::dereference_rec
6364
bool cache_dereferences;
6465

0 commit comments

Comments
 (0)