This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] guile: Compile and install Scheme files.
- From: Doug Evans <dje at google dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: Ludovic CourtÃs <ludo at gnu dot org>, Pedro Alves <palves at redhat dot com>, gdb-patches <gdb-patches at sourceware dot org>, Doug Evans <xdje42 at gmail dot com>
- Date: Sat, 19 Jul 2014 18:06:53 +0100
- Subject: Re: [PATCH] guile: Compile and install Scheme files.
- Authentication-results: sourceware.org; auth=none
- References: <87bntnl0wt dot fsf at gnu dot org> <53C4F7A7 dot 9070003 at redhat dot com> <871tthh4uf dot fsf at gnu dot org> <CADPb22RxK--3HUPkV1zpJHdAFf9XXr65tx4WjuOtQ8G234kfLw at mail dot gmail dot com> <83d2d15q10 dot fsf at gnu dot org>
On Sat, Jul 19, 2014 at 4:25 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Sat, 19 Jul 2014 15:57:08 +0100
>> From: Doug Evans <dje@google.com>
>> Cc: Pedro Alves <palves@redhat.com>, gdb-patches <gdb-patches@sourceware.org>, Doug Evans <xdje42@gmail.com>
>>
>> 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.