Skip to content

Commit cb5083c

Browse files
committed
comment
1 parent 0f6387f commit cb5083c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoprecompiles/src/adapter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub trait PgoAdapter {
6969
let superblocks = blocks
7070
.into_iter()
7171
.map(SuperBlock::from)
72+
// filter by adapter rules
7273
.filter(|sb| !Self::Adapter::should_skip_block(sb))
7374
// filter invalid APC candidates
7475
.filter(|sb| sb.statements().count() > 1)

0 commit comments

Comments
 (0)