Skip to content

Commit dffd95c

Browse files
tamasvajkhvitved
authored andcommitted
Add nomagic to fix performance
1 parent cf76d31 commit dffd95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/csharp/commons/StructuralComparison.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module Internal {
203203

204204
private predicate sameByValue(Expr x, Expr y) { sameByValueAux(x, y, y.getValue()) }
205205

206-
pragma[noinline]
206+
pragma[nomagic]
207207
private predicate sameByValueAux(Expr x, Expr y, string value) {
208208
candidateInternal(x, y) and
209209
value = x.getValue()

0 commit comments

Comments
 (0)