From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Matt Mackall <mpm@selenic.com>
Cc: Ingo Oeser <ioe-lkml@rameria.de>,
lode leroy <lode_leroy@hotmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] memchr (trivial) optimization
Date: Thu, 23 Aug 2007 18:03:29 -0700 [thread overview]
Message-ID: <46CE2E61.9010408@goop.org> (raw)
In-Reply-To: <20070824001351.GA20266@waste.org>
Matt Mackall wrote:
> 6e: 38 08 cmp %cl,(%eax)
> 70: 74 07 je 79 <memchr3+0x1b>
> 72: 40 inc %eax
>
It's a bit gross that the compiler is using inc here rather than lea or
add, but still...
Er, something's spending 30% of its time in memchr? This is not the
code to fix.
J
next prev parent reply other threads:[~2007-08-24 1:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 9:34 [PATCH] memchr (trivial) optimization lode leroy
2007-08-22 10:56 ` Andi Kleen
2007-08-23 0:13 ` Ingo Oeser
2007-08-24 0:13 ` Matt Mackall
2007-08-24 1:03 ` Jeremy Fitzhardinge [this message]
2007-08-24 2:19 ` Matt Mackall
2007-08-24 12:54 ` Jan Engelhardt
2007-08-24 15:57 ` Matt Mackall
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=46CE2E61.9010408@goop.org \
--to=jeremy@goop.org \
--cc=ioe-lkml@rameria.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lode_leroy@hotmail.com \
--cc=mpm@selenic.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