commit | 1a6dc1e4060e3c5dd44735f2a210b2efc56b7726 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri May 21 09:03:02 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Jun 02 22:50:26 2010 +0200 |
tree | 77cbdd7b9009991b8455bd588533aeea556b38bf | |
parent | be5a4eb7f071e358cefca78e3f93bf9d199cd4fa [diff] |
tcg-i386: Swap order of TLB hit and miss paths. Make fallthru be TLB hit and branch be TLB miss. Doing this both improves branch prediction and will allow further cleanup. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>