Skip to content

Commit 7fda929

Browse files
authored
Merge pull request #22491 from kaspersv/kaspersv/rtjo-disable-csharp-reordering
C#: Disable dynamic reordering for Unification::Gvn::unifiableTypeArguments
2 parents 738c91f + d36354b commit 7fda929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎csharp/ql/lib/semmle/code/csharp/Unification.qll‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ module Gvn {
348348
*
349349
* `subsumes` indicates whether `arg1` in fact subsumes `arg2`.
350350
*/
351+
pragma[no_dynamic_join_order]
351352
pragma[nomagic]
352353
private predicate unifiableTypeArguments(
353354
CompoundTypeKind k, GvnTypeArgument arg1, GvnTypeArgument arg2, int i, boolean subsumes

0 commit comments

Comments
 (0)