Skip to content

Commit

Permalink
Revert undocumented change of 27153d1
Browse files Browse the repository at this point in the history
While the functional behaviour is identical, there is a ~10% performance penalty
during symbolic execution when using the non-optimised version.
  • Loading branch information
tautschnig committed Jun 8, 2018
1 parent 63acc5b commit 223d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ssa_expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ssa_exprt:public symbol_exprt

const irep_idt get_l1_object_identifier() const
{
#if 1
#if 0
return get_l1_object().get_identifier();
#else
// the above is the clean version, this is the fast one, using
Expand Down

0 comments on commit 223d872

Please sign in to comment.