当我如下所示进行配置然后编译时,生成的 qemu-arm 的性能比 Ubuntu 18.04.3 (AMD64) 附带的 qemu-arm-static 差很多(大约 20 到 40)倍。
我使用了与 Ubuntu 附带的版本相同的分支(stable-2.11)。
我该如何配置以获得更高的性能?
./configure --static --target-list=arm-softmmu,arm-linux-user --extra-cflags=-O3 --extra-cxxflags=-O3 --extra-ldflags=-O3