Skip to content

Commit

Permalink
removed live_vregs clone in reload_at_begin
Browse files Browse the repository at this point in the history
  • Loading branch information
d-sonuga committed Aug 10, 2024
1 parent abc10bd commit 2982c6d
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 154 deletions.
2 changes: 1 addition & 1 deletion src/fastalloc/lru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ impl fmt::Debug for Lru {
}
}

#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct PartedByRegClass<T> {
pub items: [T; 3],
}
Expand Down
Loading

0 comments on commit 2982c6d

Please sign in to comment.