mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update ql/ql/src/queries/performance/MissingNoinline.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5a15c19e4b
commit
b470dd7f00
@@ -23,4 +23,4 @@ where
|
||||
// is inlined because it gives a better join-order".
|
||||
not decl.getAnAnnotation() instanceof Inline and
|
||||
not decl.getAnAnnotation() instanceof BindingSet
|
||||
select decl, "This predicate might be inlined."
|
||||
select decl, "This predicate should probably be marked pragma[noinline] to prevent inlining."
|
||||
|
||||
Reference in New Issue
Block a user