qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@cloudius-systems.com>
To: Richard Henderson <rth@twiddle.net>,
	Xin Tong <trent.tong@gmail.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] outlined TLB lookup on x86
Date: Sun, 08 Dec 2013 13:19:26 +0200	[thread overview]
Message-ID: <52A455BE.5090602@cloudius-systems.com> (raw)
In-Reply-To: <5296A674.2080406@twiddle.net>

On 11/28/2013 04:12 AM, Richard Henderson wrote:
>> 2. why not use a TLB or bigger size?  currently the TLB has 1<<8 entries. the
>> TLB lookup is 10 x86 instructions , but every miss needs ~450 instructions, i
>> measured this using Intel PIN. so even the miss rate is low (say 3%) the
>> overall time spent in the cpu_x86_handle_mmu_fault is still signifcant.
> I'd be interested to experiment with different TLB sizes, to see what effect
> that has on performance.  But I suspect that lack of TLB contexts mean that we
> wind up flushing the TLB more often than real hardware does, and therefore a
> larger TLB merely takes longer to flush.
>


You could use a generation counter to flush the TLB in O(1) by 
incrementing the counter.  That slows down the fast path though. Maybe 
you can do that for the larger second level TLB only.

  parent reply	other threads:[~2013-12-08 11:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-27  7:41 [Qemu-devel] outlined TLB lookup on x86 Xin Tong
2013-11-27 13:12 ` Lluís Vilanova
2013-11-28  1:58   ` Xin Tong
2013-11-28 16:12     ` Lluís Vilanova
2013-12-08 10:54       ` Xin Tong
2013-12-17 13:52         ` Xin Tong
2013-12-18  2:22           ` Xin Tong
2014-01-21 14:22             ` Xin Tong
2014-01-21 14:28               ` Peter Maydell
2013-12-09 12:18       ` Xin Tong
2013-12-09 15:31         ` Lluís Vilanova
2013-11-28  2:12 ` Richard Henderson
2013-11-28  3:56   ` Xin Tong
2013-12-08 11:19   ` Avi Kivity [this message]
2014-01-22 15:28   ` Xin Tong
2014-01-22 16:34     ` Richard Henderson
2014-01-22 16:55     ` Peter Maydell
2014-01-22 17:32       ` Richard Henderson
2014-01-22 17:35         ` Peter Maydell
2014-01-22 17:45           ` Richard Henderson
2014-01-22 17:56             ` Xin Tong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A455BE.5090602@cloudius-systems.com \
    --to=avi@cloudius-systems.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=trent.tong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).