Home
last modified time | relevance | path

Searched hist:"2 c0366f036cbb7b2565ba8185a9daee98d709edb" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c2c0366f036cbb7b2565ba8185a9daee98d709edb Tue Oct 09 19:53:07 UTC 2012 Aurelien Jarno <aurelien@aurel32.net> tcg: don't explicitly save globals and temps

The liveness analysis ensures that globals and temps are at the correct
state at a basic block end or with an op with side effects. Avoid
looping on all temps, this can be time consuming on targets with a lot
of globals. Keep an assert in debug mode.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>