Skip to content

Commit 223d872

Browse files
committed
Revert undocumented change of 27153d1
While the functional behaviour is identical, there is a ~10% performance penalty during symbolic execution when using the non-optimised version.
1 parent 63acc5b commit 223d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/ssa_expr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ssa_exprt:public symbol_exprt
6565

6666
const irep_idt get_l1_object_identifier() const
6767
{
68-
#if 1
68+
#if 0
6969
return get_l1_object().get_identifier();
7070
#else
7171
// the above is the clean version, this is the fast one, using

0 commit comments

Comments
 (0)