We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15c19 commit b470dd7Copy full SHA for b470dd7
ql/ql/src/queries/performance/MissingNoinline.ql
@@ -23,4 +23,4 @@ where
23
// is inlined because it gives a better join-order".
24
not decl.getAnAnnotation() instanceof Inline and
25
not decl.getAnAnnotation() instanceof BindingSet
26
-select decl, "This predicate might be inlined."
+select decl, "This predicate should probably be marked pragma[noinline] to prevent inlining."
0 commit comments