linux-8086.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jody Bruchon <jody@jodybruchon.com>
To: ELKS <linux-8086@vger.kernel.org>
Subject: Tweaks to namei.c, need testing
Date: Wed, 15 Mar 2017 22:42:34 -0400	[thread overview]
Message-ID: <3c65a9eb-6652-3f72-33a8-bef521b44b99@jodybruchon.com> (raw)

I am in the process of optimizing some things I've found in 
elks/fs/minix/namei.c to reduce code size and improve performance. The 
changes are primarily of the sort where a dereference or a calculation 
is used multiple times and can be consolidated down to a single 
operation that is cached instead. I've made other miscellaneous changes 
that should work fine, but those I am a little more concerned about.

Please feel free to test and make sure everything still works with 
latest git. I may make more optimization changes like these over the 
next 24 hours, so git pull before you git commit.

-Jody

                 reply	other threads:[~2017-03-16  2:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3c65a9eb-6652-3f72-33a8-bef521b44b99@jodybruchon.com \
    --to=jody@jodybruchon.com \
    --cc=linux-8086@vger.kernel.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).