Re: [PATCH v2 7/9] tcg: mirror mapping RWX pages for iOS optional

2020-10-19 Thread Richard Henderson
On 10/18/20 6:39 PM, Joelle van Dyne wrote: > From: osy > > This allows jailbroken devices with entitlements to switch the option off. > > Signed-off-by: Joelle van Dyne > --- I can guess why this performs better: half the page table entries and thus half the tlb entries required. Which for a

[PATCH v2 7/9] tcg: mirror mapping RWX pages for iOS optional

2020-10-18 Thread Joelle van Dyne
From: osy This allows jailbroken devices with entitlements to switch the option off. Signed-off-by: Joelle van Dyne --- include/sysemu/tcg.h | 2 +- accel/tcg/tcg-all.c | 27 +- accel/tcg/translate-all.c | 60 +-- bsd-user/main.c