0xPolygonMiden / compiler

Compiler from MidenIR to Miden Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detaching an unlinked block and linking a cloned block to the detached block in the `treeify` pass

greenhat opened this issue · comments

Discovered in #192

In test_get_inputs test in the treeify pass:

  • repeated block5 removal in #wee_alloc::neighbors::Neighbors<T>::remove;
  • failing new block insertion after previously detached block23 in #wee_alloc::alloc_first_fit;