mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5c27cbd7b2
Although the hppa_is_pa20() helper is costly due to string comparisons in object_dynamic_cast(), it is called quite often during memory lookups and at each start of a block of instruction translations. Speed hppa_is_pa20() up by calling object_dynamic_cast() only once at CPU creation and store the result in the is_pa20 of struct CPUArchState. Signed-off-by: Helge Deller <deller@gmx.de> Co-developed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20241231190620.24442-7-philmd@linaro.org> |
1 week ago | |
---|---|---|
.. | ||
Kconfig | 4 years ago | |
cpu-param.h | 4 months ago | |
cpu-qom.h | 1 year ago | |
cpu.c | 1 week ago | |
cpu.h | 1 week ago | |
fpu_helper.c | 1 month ago | |
gdbstub.c | 8 months ago | |
helper.c | 5 months ago | |
helper.h | 8 months ago | |
insns.decode | 10 months ago | |
int_helper.c | 3 months ago | |
machine.c | 1 year ago | |
mem_helper.c | 3 months ago | |
meson.build | 1 year ago | |
op_helper.c | 1 month ago | |
sys_helper.c | 1 month ago | |
trace-events | 1 year ago | |
trace.h | 4 years ago | |
translate.c | 4 weeks ago |