1
0
mirror of synced 2026-05-22 05:13:43 +00:00
Files
YosysHQ.yosys/kernel/register.cc
Krystine Sherwin c7df41b24e log_help: Fix mem leaks
`_content` vector owns elements so that when the `ContentListing` is deleted so is the content.
Remove `get_content()` method in favour of `begin()` and `end()` const iterators.
More `const` in general, and iterations over `ContentListing` use `&content` to avoid copying data.
2025-07-23 12:24:14 +12:00

36 KiB