Searched hist:"8 c11ad25f40ee443000d2dbc0ef296ee210d86b4" (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 8c11ad25f40ee443000d2dbc0ef296ee210d86b4 Tue May 17 16:25:45 UTC 2011 Aurelien Jarno <aurelien@aurel32.net> tcg: don't keep dead outputs in registers
If an op with dead outputs is not removed, because it has side effects or has multiple output and only one dead, mark the registers as dead instead of saving them. This avoid a few register spills on TCG targets with low register count, especially with div2 and mul2 ops, or when a qemu_ld* result is not used (prefetch emulation for example).
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|