From: Paulo Marques <pmarques@grupopie.com>
To: Matt Mackall <mpm@selenic.com>
Cc: linux-kernel@vger.kernel.org, bcasavan@sgi.com
Subject: Re: [PATCH] kallsyms data size reduction / lookup speedup
Date: Wed, 25 Aug 2004 19:46:53 +0100 [thread overview]
Message-ID: <412CDE9D.3090609@grupopie.com> (raw)
In-Reply-To: <20040825173941.GJ5414@waste.org>
Matt Mackall wrote:
> On Wed, Aug 25, 2004 at 05:04:46AM +0100, pmarques@grupopie.com wrote:
>
>>As always, comments, suggestions, flames will be greatly appreciated :)
>
>
> Please post patches inline so they're easier to comment on.
> Attachments are a nuisance.
Sorry about that. I've had problems in the past with my email client
word wrapping patches, so to be sure the patch goes untouched I sent it
this way.
Since I've changed email client since then, next time I'll try inlining
again.
> Am I correct that this is completely replacing stem compression with
> your substring dictionary approach?
Yes, you are correct.
Right now I'm working on making the proc interface more eficient by
removing all the seq_file stuff, that was needed because of the O(n)
lookup time we had previously.
Not using seq_file with stem decompression would make a simple "cat
/proc/kallsyms" to be O(n^2).
Bets regards,
--
Paulo Marques - www.grupopie.com
next prev parent reply other threads:[~2004-08-25 18:48 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 [this message]
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
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=412CDE9D.3090609@grupopie.com \
--to=pmarques@grupopie.com \
--cc=bcasavan@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--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 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.