removal of old stackless iterator, implementation of new more faithful one
This commit is contained in:
@@ -4906,7 +4906,7 @@ impl Machine {
|
||||
|
||||
{
|
||||
let orig_heap_len = self.machine_st.heap.len();
|
||||
let mut iter = stackless_preorder_iter(&mut self.machine_st.heap, stored_v);
|
||||
let mut iter = stackful_preorder_iter(&mut self.machine_st.heap, stored_v);
|
||||
|
||||
while let Some(addr) = iter.next() {
|
||||
let addr = unmark_cell_bits!(addr);
|
||||
|
||||
Reference in New Issue
Block a user