Skip to content

Commit

Permalink
doc: note tracking issue for link-time gc
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Sep 22, 2023
1 parent 88f16e8 commit 0fe98ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hir/src/program/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ impl Linker {
/// If a library is being linked, this function is a no-op, as it is not known what will
/// be needed at runtime once used in the context of a program.
fn garbage_collect(&mut self) {
// TODO:
// TODO: See https://github.com/0xPolygonMiden/miden-ir/issues/26
}
}

Expand Down

0 comments on commit 0fe98ae

Please sign in to comment.