EdXposed icon indicating copy to clipboard operation
EdXposed copied to clipboard

[PROPOSAL] Preload module dex in Zygote

Open kotori2 opened this issue 3 years ago • 1 comments

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.

kotori2 avatar Jan 05 '21 06:01 kotori2

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

yujincheng08 avatar Jan 05 '21 07:01 yujincheng08