summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/opt/ByteCodeRepository.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-051-3/+2
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-3/+2
| * remove recursive classpath implementationLukas Rytz2016-04-231-1/+1
* | SD-140 inline the correct default methodLukas Rytz2016-04-281-23/+120
* | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
|/
* Store SAM information in ClassBTypesLukas Rytz2015-08-271-0/+5
* Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-181-19/+42
* minor clenaupsLukas Rytz2015-08-141-9/+13
* Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-221-1/+1
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-28/+55
* Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-111-2/+35
* Inline final methods defined in traitsLukas Rytz2015-03-111-1/+7
* Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-111-17/+17
* Tools to perform inlining.Lukas Rytz2015-03-111-10/+1
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-111-6/+10
* Address review feedbackLukas Rytz2015-01-161-0/+112