-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The PTBKey looks complicated and errorprone (updating hashCode on an Element in a HashMap). Let's find out what was really slow and then see if we find a better solution for "linear effort during lookup" (https://bugs.eclipse.org/bugs/show_bug.cgi?id=434326#c2) partial revert commit 510e796 (Bug 434326 - Slow compilation with a significant amount of generics) keeps binary search in TypeSystem.cacheDerivedType(TypeBinding keyType, TypeBinding derivedType)
- Loading branch information
1 parent
c2a99e6
commit fb5cd16
Showing
2 changed files
with
2 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters