ElderDrivers / EdXposed

Elder driver Xposed Framework.
https://edxp.meowcat.org/
GNU General Public License v3.0
5.42k stars 625 forks source link

[PROPOSAL] Preload module dex in Zygote #787

Open kotori2 opened 3 years ago

kotori2 commented 3 years ago

We could preload them using rirud only in C++ layer but not initialize them to Java environment. This will slightly decrease disk reading and decrease memory usage.

yujincheng08 commented 3 years ago

Notice that only dex data is loaded. Modules' classes won't be loaded in Zygote.