Skip to content

Commit b470dd7

Browse files
MathiasVPgeoffw0
andauthored
Update ql/ql/src/queries/performance/MissingNoinline.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent 5a15c19 commit b470dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/performance/MissingNoinline.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ where
2323
// is inlined because it gives a better join-order".
2424
not decl.getAnAnnotation() instanceof Inline and
2525
not decl.getAnAnnotation() instanceof BindingSet
26-
select decl, "This predicate might be inlined."
26+
select decl, "This predicate should probably be marked pragma[noinline] to prevent inlining."

0 commit comments

Comments
 (0)