We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bbbd3 commit 49ceb84Copy full SHA for 49ceb84
src/function/maybe_changed_after.rs
@@ -266,6 +266,7 @@ where
266
/// If this is a provisional memo, validate that it was cached in the same iteration of the
267
/// same cycle(s) that we are still executing. If so, it is valid for reuse. This avoids
268
/// runaway re-execution of the same queries within a fixpoint iteration.
269
+ #[cold]
270
pub(super) fn validate_same_iteration(
271
&self,
272
db: &C::DbView,
0 commit comments