From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25252 invoked by alias); 19 Jul 2014 17:06:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 25218 invoked by uid 89); 19 Jul 2014 17:06:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f173.google.com Received: from mail-vc0-f173.google.com (HELO mail-vc0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 19 Jul 2014 17:06:55 +0000 Received: by mail-vc0-f173.google.com with SMTP id hy10so9619036vcb.18 for ; Sat, 19 Jul 2014 10:06:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=O8imuXP31p/WuRUVpf+v2QGLFJsFHSKdYVQqdf8tmdE=; b=nOJXJ2pK+lLZPTqqX6HCTK4nmlFDS2nO2TafxKAjf+ApasKFgfhGBZctM7uAJBjfd+ pHRtjOFNDTd4H7lcfjlTcRP8DSX4RP5+f7TBzWkhoeB6Tbocx4OOvz7FGxLOGA5HXpx7 RZUtlCBbWYQuZ7G1MPys5px0wEvr+JHOEHlhTk0s50yZWPUUuY8IHWv2gWtWP3Q7tCXe 4B7nq5buc9zs9ASv1zpLD1f4MFEoATo1yJc18xswAih9NfHXKbnfvOD5OQ9wWK4Px0/z nzXIccimOOiI0HwVXNiipEE+rMYLWh2LddkFhIxxF/RJTQECLacBwJbNzXXNLcqIGp8/ RT6Q== X-Gm-Message-State: ALoCoQn1MOKSiod1cipV1TRcSNbCrNJo0kpF03ggiWf7qyLtNOnZaPF7LFpwTi5hS+65V34za1YE MIME-Version: 1.0 X-Received: by 10.52.117.209 with SMTP id kg17mr13372254vdb.28.1405789613176; Sat, 19 Jul 2014 10:06:53 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Sat, 19 Jul 2014 10:06:53 -0700 (PDT) In-Reply-To: <83d2d15q10.fsf@gnu.org> References: <87bntnl0wt.fsf@gnu.org> <53C4F7A7.9070003@redhat.com> <871tthh4uf.fsf@gnu.org> <83d2d15q10.fsf@gnu.org> Date: Sat, 19 Jul 2014 17:11:00 -0000 Message-ID: Subject: Re: [PATCH] guile: Compile and install Scheme files. From: Doug Evans To: Eli Zaretskii Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , Pedro Alves , gdb-patches , Doug Evans Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00524.txt.bz2 On Sat, Jul 19, 2014 at 4:25 PM, Eli Zaretskii wrote: >> Date: Sat, 19 Jul 2014 15:57:08 +0100 >> From: Doug Evans >> Cc: Pedro Alves , gdb-patches , Doug Evans >> >> I think the high order bit for the task at hand is silencing Guile >> when gdb starts. > > Why? If the *.scm files are compiled to begin with, Guile is silent > when GDB starts. Right. And that's the high order bit (main reason) why we're taking the route of precompiling them.