From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12684 invoked by alias); 30 Sep 2009 20:30:51 -0000 Received: (qmail 12671 invoked by uid 22791); 30 Sep 2009 20:30:49 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SARE_SUB_OBFU_Z,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Sep 2009 20:30:41 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8UKUdb1018830 for ; Wed, 30 Sep 2009 16:30:40 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8UKSxF3011502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 30 Sep 2009 16:30:28 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n8UKSxoh000794 for ; Wed, 30 Sep 2009 22:28:59 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n8UKSvLY000792 for gdb@sourceware.org; Wed, 30 Sep 2009 22:28:57 +0200 Date: Wed, 30 Sep 2009 20:30:00 -0000 From: Jan Kratochvil To: gdb@sourceware.org Subject: xz for the new release tip Message-ID: <20090930202857.GA32600@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00341.txt.bz2 Hi, while currently the sources are release both as .tar.gz and as .tar.bz2 would not it be worth to start using .xz as a replacement for the .bz2 variant? 13406892 bytes: gdb-6.8.91.20090930.tar.xz (xz -9) xz -dc: real 0m1.226s user 0m1.190s sys 0m0.037s 18453837 bytes: gdb-6.8.91.20090930.tar.bz2 bzip2 -dc: real 0m3.775s user 0m3.755s sys 0m0.019s Just a tip, Jan