Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Make inner class `MethodIndex` `static` to reduce the memory usage of `MethodIndex` instances.
FYI. A static inner class does not keep an implicit reference to its enclosing instance. This prevents a common cause of memory leaks and uses less memory per instance of the class.
Attachments
Issue Links
- links to