Commit 26acd7f
authored
[FC] Stop cloning SnapshotKeySet (#11925)
We frequently read the snapshot keys, and cloning every time is
expensive. Currently, every time we use this function is read-only and
the clone is unnecessary. Only firecracker code and tests are
referencing this1 parent b36efab commit 26acd7f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| |||
0 commit comments