Skip to content

Commit 49ceb84

Browse files
committed
try a cold annotation on validate_same_iteration
1 parent 05bbbd3 commit 49ceb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/function/maybe_changed_after.rs

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ where
266266
/// If this is a provisional memo, validate that it was cached in the same iteration of the
267267
/// same cycle(s) that we are still executing. If so, it is valid for reuse. This avoids
268268
/// runaway re-execution of the same queries within a fixpoint iteration.
269+
#[cold]
269270
pub(super) fn validate_same_iteration(
270271
&self,
271272
db: &C::DbView,

0 commit comments

Comments
 (0)