Skip to content

Commit 1d0f7e7

Browse files
committed
Revert "try a cold annotation on validate_same_iteration"
This reverts commit 49ceb84.
1 parent 49ceb84 commit 1d0f7e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/function/maybe_changed_after.rs

-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ 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]
270269
pub(super) fn validate_same_iteration(
271270
&self,
272271
db: &C::DbView,

0 commit comments

Comments
 (0)