rorygraves / scalac_perf

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

move validation of typer to separate phase #64

Open mkeskells opened 6 years ago

mkeskells commented 6 years ago

move the non typechecking things after typer

e.g. rangepos validation lint etc

opportunities for parallelization

mkeskells commented 6 years ago

https://github.com/scala/scala/pull/6583