mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Fix performance issue in partial paths exploration.
cf https://github.com/Semmle/ql/pull/3021
This commit is contained in:
@@ -2949,7 +2949,7 @@ private module FlowExploration {
|
||||
config = mid.getConfiguration()
|
||||
}
|
||||
|
||||
pragma[noinline]
|
||||
pragma[nomagic]
|
||||
private predicate partialPathOutOfCallable1(
|
||||
PartialPathNodePriv mid, DataFlowCall call, ReturnKindExt kind, CallContext cc,
|
||||
PartialAccessPath ap, Configuration config
|
||||
|
||||
Reference in New Issue
Block a user