All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paulo Marques <pmarques@grupopie.com>
To: viro@parcelfarce.linux.theplanet.co.uk
Cc: Matt Mackall <mpm@selenic.com>,
	linux-kernel@vger.kernel.org, bcasavan@sgi.com
Subject: Re: [PATCH] kallsyms data size reduction / lookup speedup
Date: Thu, 26 Aug 2004 00:40:30 +0100	[thread overview]
Message-ID: <412D236E.3030401@grupopie.com> (raw)
In-Reply-To: <20040825192922.GH21964@parcelfarce.linux.theplanet.co.uk>

viro@parcelfarce.linux.theplanet.co.uk wrote:
> On Wed, Aug 25, 2004 at 08:09:33PM +0100, Paulo Marques wrote:
> 
>>Matt Mackall wrote:
>>
>>>...
>>>
>>>FYI, killing the seq_file stuff will likely prove unpopular. So you'll
>>>want to do that in a separate patch. If it doesn't affect the way
>>>you're handling compression, please repost your compression patch. I
>>>have a few comments, but otherwise I think we should move forward with it.
>>
>>I'm still not sure that the seq_file is the culprit, but doing
>>a 10000 symbol decompression in a user space application takes
>>about 340us, whereas doing a "time cat /proc/kallsyms > /dev/null"
>>gives approx. 0.2s! (this is all on a Pentium4 2.8GHz)
>>
>>*If* the seq_file is the culprit, then I don't think removing
>>it (or improving it) will be unpopular.
> 
> 
> If it really spends that much in seq_file, I bet anything that it got
> *very* dumb iterator.  Which should be fixable...

That is why I kept a big *If* in that sentence. I'm quite new to all
this, and I'm still reading a lot of source code.

If the culprit is in fact seq_file, and seq_file can be improved in a
way that works for everyone (not only kallsyms), then I also agree
that is is the way to go. But hunting this down might prove that the
problem is somewhere else. It is just too soon to draw conclusions.

-- 
Paulo Marques - www.grupopie.com

  reply	other threads:[~2004-08-25 23:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-25  4:04 [PATCH] kallsyms data size reduction / lookup speedup pmarques
2004-08-25 17:39 ` Matt Mackall
2004-08-25 18:46   ` Paulo Marques
2004-08-25 18:58     ` Matt Mackall
2004-08-25 19:09       ` Paulo Marques
2004-08-25 19:29         ` viro
2004-08-25 23:40           ` Paulo Marques [this message]
2004-08-25 23:43             ` viro
2004-08-26  9:59               ` Andrew Morton
2004-08-26 10:26                 ` Paulo Marques
2004-08-30 18:21                   ` Sam Ravnborg
2004-08-30 18:38                     ` Paulo Marques
2004-08-25 21:12         ` Matt Mackall
2004-08-25 23:50           ` Paulo Marques
2004-08-25 20:51 ` Sam Ravnborg
2004-08-25 21:25   ` Randy.Dunlap
2004-08-26  0:27   ` Paulo Marques
2004-08-26 11:01     ` Paulo Marques

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=412D236E.3030401@grupopie.com \
    --to=pmarques@grupopie.com \
    --cc=bcasavan@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpm@selenic.com \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /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.