fmm
fmm copied to clipboard
`Rc` all the strings!
Problem
- Cloning
Strings is expensive.
Solution
- use
Rc<str>for strings in IR.