From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43403 invoked by alias); 20 Jun 2019 10:46:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 43375 invoked by uid 89); 20 Jun 2019 10:46:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*Ad:U*pinskia X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Jun 2019 10:46:41 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x5KAkckL018507; Thu, 20 Jun 2019 05:46:38 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x5KAkb6M018506; Thu, 20 Jun 2019 05:46:37 -0500 Date: Thu, 20 Jun 2019 10:46:00 -0000 From: Segher Boessenkool To: Jan Hubicka Cc: Andrew Pinski , Richard Biener , Jeff Law , Martin =?utf-8?B?TGnFoWth?= , GCC Development Subject: Re: [RFC] zstd as a compression algorithm for LTO Message-ID: <20190620104637.GW7313@gate.crashing.org> References: <89e98dc0-e766-ffef-da0f-263c3b284e96@suse.cz> <1BBDAEDD-9432-4B12-BA20-63A6E047FDB6@gmail.com> <20190619192954.edwdfxns3gx2gt5m@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190619192954.edwdfxns3gx2gt5m@kam.mff.cuni.cz> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00207.txt.bz2 On Wed, Jun 19, 2019 at 09:29:54PM +0200, Jan Hubicka wrote: > > > > At least allow it to be built as part of the normal build like GMP, > > etc. are done. > > And include it in downloading using contrib/download_prerequisites > > like the libraries are done. > > Anoying detail is that zstd builds with cmake, not autotools It looks like it would be pretty trivial to integrate into a real build system though. OTOH, how well has this been tested, then? On different platforms, etc.? Segher