Skip to content
Snippets Groups Projects

"Spilling" version of GCM

Merged rarbore2 requested to merge clone_detection8 into main
11 files
+ 1053
74
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -272,7 +272,7 @@ impl<'a> CPUContext<'a> {
write!(body, "double {} to double", val)?
}
}
_ => panic!("PANIC: Can't dynamically allocate memory for an aggregate type within a CPU function."),
_ => panic!("PANIC: Can't dynamically allocate memory for an aggregate type within a CPU function ({:?} in {}).", id, self.function.name),
}
}
Node::DynamicConstant { id: dc_id } => {
Loading