scalac_perf
scalac_perf copied to clipboard
-Yrangepos - parallelize
rangepos is read only, and doesn't cause typing - its a check of the relative positions in the tree
it seems to be a good candidate to be moved into a separate phase and muli-threaded on a compilation unit by compilation unit basis
probably do this before https://github.com/rorygraves/scalac_perf/issues/62