-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change implicit to using #9333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change implicit to using #9333
Conversation
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/9333/ to see the changes. Benchmarks is based on merging with master (480f95f) |
compiler/src/dotty/tools/dotc/classpath/ZipAndJarFileLookupFactory.scala
Outdated
Show resolved
Hide resolved
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/9333/ to see the changes. Benchmarks is based on merging with master (480f95f) |
This was tricky because if the implicit toDenot conversion
Plugins creates two variables which are the same for all contexts in a run. So they should go to ContextBase, not contexts. For background: We are creating upwards of 500'000 contexts per second. So every variable in there counts.
test performance please |
performance test scheduled: 1 job(s) in queue, 1 running. |
I am going to merge this ASAP. I believe it's far too large and uninteresting to review, and it will get out of sync very quickly. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/9333/ to see the changes. Benchmarks is based on merging with master (e6bb414) |
No description provided.