rorygraves / scalac_perf

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

StringLike assumes toString is a noop #29

Closed mkeskells closed 6 years ago

mkeskells commented 6 years ago

should be just snapping toString to a val

Need to see if this has an effect though - just from code inspection so far

RobinStephenson commented 6 years ago

Please assign me

RobinStephenson commented 6 years ago

Strawman improvements made this reduntant, but created a PR with the benchmarks here https://github.com/scala/scala/pull/6666