tcg-i386: Swap order of TLB hit and miss paths.
commit1a6dc1e4060e3c5dd44735f2a210b2efc56b7726
authorRichard Henderson <rth@twiddle.net>
Fri, 21 May 2010 16:03:02 +0000 (21 09:03 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 2 Jun 2010 20:50:26 +0000 (2 22:50 +0200)
tree77cbdd7b9009991b8455bd588533aeea556b38bf
parentbe5a4eb7f071e358cefca78e3f93bf9d199cd4fa
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>
tcg/i386/tcg-target.c