(Patch) Pass some strings by reference
Well I sprinkled **const**s randomly because why not. For example, for me this speeds up `fixline('...50-character string...')` from `assemble.pas` by 80→50 ns, so a stunning 30 ms for a million lines. [const.patch](/uploads/acc194e750febc9da224094d13883577/const.patch)
issue