Remove infinite-loop check: it is not a high enough bound in some pathological cases (e.g., gc::many_live_refs test in wasmtime), and it has served its purpose in testing. We can rely on more detailed assertions, e.g. that splits actually shrink bundles and that bundles evict only lower-priority bundles, instead.
This commit is contained in:
@@ -337,6 +337,8 @@ pub struct Env<'a, F: Function> {
|
||||
pub num_spillslots: u32,
|
||||
pub safepoint_slots: Vec<(ProgPoint, SpillSlot)>,
|
||||
|
||||
pub allocated_bundle_count: usize,
|
||||
|
||||
pub stats: Stats,
|
||||
|
||||
// For debug output only: a list of textual annotations at every
|
||||
|
||||
Reference in New Issue
Block a user