On 08/21/2013 06:02 AM, Schrober wrote:
> Is qemu just recompiling the block again when it encounters a different entry
> point to an already translated block? I am currently starring at the code in
> translate-all.c and cpu-exec.c and don't seem to find the right part of the
> code which would
On 21 August 2013 14:02, Schrober wrote:
> Is qemu just recompiling the block again when it encounters a different entry
> point to an already translated block?
Yes. We only use a previously translated block if it matches all of:
* starts at the PC we want to execute
* same flags (CPU-specific,