Commits
Click on a commit to change the comparison rangeperf(semantic): use `Atom` instead of `CompactStr` for `UnresolvedReferencesStack` (#4401)
related: #4394
The `UnresolvedReferencesStack` is only used for resolving references, and the `Atom` clone is cheap, So we can safely change `CompactStr`to `Atom`