qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] RFC: Code fetch optimisation


From: J. Mayer
Subject: [Qemu-devel] RFC: Code fetch optimisation
Date: Sun, 14 Oct 2007 13:44:27 +0200

Here's an updated version of the code fetch optimisation patch against
current CVS.
As a remainder, this patch avoid use of softmmu helpers to fetch the
code in most case. A new target define TARGET_HAS_VLE_INSNS has been
added which is used to handle the case of an instruction that span 2
pages, when the target CPU uses a variable-length instructions encoding.
For pure RISC, the code fetch is done using raw access routines.


-- 
J. Mayer <address@hidden>
Never organized

Attachment: code_raw_optim.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]