mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: Amol Kumar Lad <amolk@ishoni.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: gzip compression of vmlinux
Date: 24 Oct 2002 01:58:51 -0600	[thread overview]
Message-ID: <m1d6q0s1xg.fsf@frodo.biederman.org> (raw)
In-Reply-To: <1035243705.2202.3.camel@amol.in.ishoni.com>

Amol Kumar Lad <amolk@ishoni.com> writes:

> Hi,
>  Currently we use gzip to compress vmlinux ( and finally form bzImage).
> I am planning to replace it with bzip2 . Should I go ahead with it ?
> Will it find its place in the latest kernel ? 
> We save some 35k of compressed bzImage using bzip2

You might also want to take a look at upx.  It's compressor
is roughly of the same quality as gzip, but it's decompresser
is only a couple of hundred bytes.  I don't know which will
buy you more in practice.  I smaller decompresser, or a larger
decompresser with that compresses a little smaller.  Or possibly
you just want to pass -9 to gzip?

Eric


      parent reply	other threads:[~2002-10-24  7:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-21 23:41 Amol Kumar Lad
2002-10-21 14:43 ` Richard B. Johnson
2002-10-21 14:51 ` Mark Robson
2002-10-21 15:19 ` jbradford
2002-10-24  7:58 ` Eric W. Biederman [this message]

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=m1d6q0s1xg.fsf@frodo.biederman.org \
    --to=ebiederm@xmission.com \
    --cc=amolk@ishoni.com \
    --cc=linux-kernel@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

Powered by JetHome