Always-spill records, retiring inline-16 and reclaiming read-out record frames

This commit is contained in:
Dennis Kobert
2026-08-10 10:29:22 +00:00
parent 63cf0151e2
commit a465948ad4
5 changed files with 61 additions and 73 deletions
+1
View File
@@ -164,6 +164,7 @@ mod tests {
}
fn scope_fixture<'a>(generations: &'a [(SourceId, u64)], arena: &'a Arena) -> EvalScope<'a> {
core_types::record::stack::reserve(1 << 16);
EvalScope::new(Some(0.5), None, None, generations, arena)
}