Skip to content
Snippets Groups Projects
Commit 40d99410 authored by Ben Gamari's avatar Ben Gamari
Browse files

OccName: Avoid re-encoding OccNames

Previously we would form derived OccNames by first decoding the name
being derived from, manipulating it in [Char] form, and then
re-encoding. This is all very wasteful as we essentially always just
want to concatenate.
parent bb98a133
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment