From: Blaisorblade <blaisorblade@yahoo.it>
To: Jeff Dike <jdike@addtoit.com>,
Bodo Stroesser <bstroesser@fujitsu-siemens.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] Removing call to function pointer in inner loop of copy_from_user()
Date: Sun, 15 May 2005 20:44:44 +0200 [thread overview]
Message-ID: <200505152044.44400.blaisorblade@yahoo.it> (raw)
copy_from_user() loops, in SKAS mode, calls do_op inside the inner loop; do_op
acts on 4k at once, so with modern pipelines, the potential cost of the
function call can be very big.
Beyond that, we also call setjmp_wrapper, which simply puts a sigjmp_buf on
the stack.
Wouldn't the code be cleaner if we rip that out, together with the va_arg()
calls, and do everything inside do_buffer_op? Doh, those are from userspace
headers. However it looks they would be includable from kernel code (no
reference to kernel headers), by adding them at the end of the include search
path.
Also, could I then turn it into a macro taking a param, and then inline the
do_op calls (which are very little ones), or at least turn them into normal
calls (i.e. faster ones). I feel like the resulting code could even be
cleaner to read. Yes, more wasted space, but I think we win in the trade-off.
What's your opinion? I'm ready to work on this.
--
Paolo Giarrusso, aka Blaisorblade
Skype user "PaoloGiarrusso"
Linux registered user n. 292729
http://www.user-mode-linux.org/~blaisorblade
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&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
next reply other threads:[~2005-05-16 13:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-15 18:44 Blaisorblade [this message]
2005-05-16 15:00 ` [uml-devel] Removing call to function pointer in inner loop of copy_from_user() Jeff Dike
2005-05-16 17:04 ` Blaisorblade
2005-05-16 18:48 ` Jeff Dike
2005-05-16 21:27 ` Blaisorblade
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=200505152044.44400.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=bstroesser@fujitsu-siemens.com \
--cc=jdike@addtoit.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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