rorygraves / scalac_perf

The Scala programming language
http://www.scala-lang.org/
16 stars 3 forks source link

-Yrangepos - parallelize #63

Open mkeskells opened 6 years ago

mkeskells commented 6 years ago

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

mkeskells commented 6 years ago

probably do this before https://github.com/rorygraves/scalac_perf/issues/62