All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Young Koh <young.koh@gmail.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] high-performance system calls using vsyscall
Date: Thu, 12 Jan 2006 18:38:48 -0500	[thread overview]
Message-ID: <20060112233848.GA945@ccure.user-mode-linux.org> (raw)
In-Reply-To: <3524bf1f0601120902v3812029l4d8ba5411b53f36f@mail.gmail.com>

On Thu, Jan 12, 2006 at 12:02:16PM -0500, Young Koh wrote:
> I found an old post discussing the possibility of turning a system
> call into a procedure call using vsyscall. Is it really implemented in
> recent versions? I tested with recent Linux/UML kernels and glibcs but
> system calls don't seem that fast. so, i guess it's not implemented
> yet?

In the generic kernel (or in whatever arches have the vsyscall page),
it's used for only a small number of system calls.

In a tt-style UML, where the UML kernel is in the same address space
as the process, this could be used for all system calls, where you
would just jump from there into the UML kernel.  I think you would
have to fiddle libc to make all of the system calls fo this.

				Jeff


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2006-01-12 22:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12 17:02 [uml-devel] high-performance system calls using vsyscall Young Koh
2006-01-12 23:38 ` Jeff Dike [this message]
2006-01-17  0:04   ` Blaisorblade
2006-01-17  1:59     ` Chris Lightfoot
2006-01-17  3:30     ` Jeff Dike

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=20060112233848.GA945@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=young.koh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.