rorygraves / scalac_perf

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

LRU in ByteCodeRepository is inefficient #27

Closed mkeskells closed 6 years ago

mkeskells commented 6 years ago

rework with a java LinkedHashMap

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