-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When possible, DexTypes will re-use objects from the parent. To achieve this, inheritance is integrated with construction. dataCache.Typechart reflects the data from the file. Because dataCache.Typechart no longer has the same information, it is deleted after DexTypes is constructed. In short, it became a temporary intermediate representation. This lowers the long-term memory usage.
- Loading branch information
1 parent
a790ed0
commit 419ac34
Showing
2 changed files
with
61 additions
and
8 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