Searched hist:"5 a18407f" (Results 1 – 4 of 4) sorted by relevance
/qemu/include/qemu/ |
H A D | log.h | diff 5a18407f Fri Jun 24 03:34:33 GMT 2016 Richard Henderson <rth@twiddle.net> tcg: Lower indirect registers in a separate pass
Rather than rely on recursion during the middle of register allocation, lower indirect registers to loads and stores off the indirect base into plain temps.
For an x86_64 host, with sufficient registers, this results in identical code, modulo the actual register assignments.
For an i686 host, with insufficient registers, this means that temps can be (temporarily) spilled to the stack in order to satisfy an allocation. This as opposed to the possibility of not being able to spill, to allocate a register for the indirect base, in order to perform a spill.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/util/ |
H A D | log.c | diff 5a18407f Fri Jun 24 03:34:33 GMT 2016 Richard Henderson <rth@twiddle.net> tcg: Lower indirect registers in a separate pass
Rather than rely on recursion during the middle of register allocation, lower indirect registers to loads and stores off the indirect base into plain temps.
For an x86_64 host, with sufficient registers, this results in identical code, modulo the actual register assignments.
For an i686 host, with insufficient registers, this means that temps can be (temporarily) spilled to the stack in order to satisfy an allocation. This as opposed to the possibility of not being able to spill, to allocate a register for the indirect base, in order to perform a spill.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | optimize.c | diff 5a18407f Fri Jun 24 03:34:33 GMT 2016 Richard Henderson <rth@twiddle.net> tcg: Lower indirect registers in a separate pass
Rather than rely on recursion during the middle of register allocation, lower indirect registers to loads and stores off the indirect base into plain temps.
For an x86_64 host, with sufficient registers, this results in identical code, modulo the actual register assignments.
For an i686 host, with insufficient registers, this means that temps can be (temporarily) spilled to the stack in order to satisfy an allocation. This as opposed to the possibility of not being able to spill, to allocate a register for the indirect base, in order to perform a spill.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | tcg.c | diff 5a18407f Fri Jun 24 03:34:33 GMT 2016 Richard Henderson <rth@twiddle.net> tcg: Lower indirect registers in a separate pass
Rather than rely on recursion during the middle of register allocation, lower indirect registers to loads and stores off the indirect base into plain temps.
For an x86_64 host, with sufficient registers, this results in identical code, modulo the actual register assignments.
For an i686 host, with insufficient registers, this means that temps can be (temporarily) spilled to the stack in order to satisfy an allocation. This as opposed to the possibility of not being able to spill, to allocate a register for the indirect base, in order to perform a spill.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|