blob: df91fbc518024eccfa4f331a9240d08e3cfa047a (
plain) (
blame)
1
2
3
|
The issue revolves around increased startup time due to issues within the `init_guest_space` function in the ARM emulation code when using a static build. The problem is related to how memory is being mapped and allocated during runtime, specifically with the `mmap` system calls and address space management.
runtime
|