declanvk opened PR #1952 from issue-1700 to main:
Closes #1700
- Add serde test for the
PathInterner. An interesting thing to note is that the serialized and deserialized form appear to be different, however this may just be something to do with theserde_testpackage.- Added
PathInternerCompactorthat can be used to write a newPathInternerwhile preserving the storage of a previous one.- Add a micro-pass to
peepmatic/src/linear_passes.rsthat iterates over all thePathIds and replaces them with new ones. This should be a (semi) efficient way to remove the unusedPathIds that are present in the existingPathInterner.
Last updated: Dec 06 2025 at 06:05 UTC