forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to using Kotlin's metadata visitor API
Using the visitor API is a bit more cumbersome but has improvements in both memory footprint and performance since the metadata being cached is less and the amount of data to visit is scoped to only what Dagger is interested on. RELNOTES=Improve memory footprint when parsing Kotlin metadata by using the visitor APIs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=280710527
- Loading branch information
1 parent
c19625a
commit f4f6d18
Showing
2 changed files
with
196 additions
and
87 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