guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autocompilation support in master


From: Neil Jerram
Subject: Re: autocompilation support in master
Date: Thu, 11 Jun 2009 22:50:03 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Andy Wingo <address@hidden> writes:

> On Tue 09 Jun 2009 20:47, Mark H Weaver <address@hidden> writes:
>
>> To generate the backtrace, I added the following lines near the top of
>> guile-tools.  Is there a better way?
>>
>>   (debug-enable 'debug)
>>   (debug-enable 'backtrace)
>>   (debug-set! depth 100)
>>   (write (debug-options-interface))
>>   (newline)
>
> No, this is the best way we have currently. As I understand it, the
> debugging evaluator is slower than the normal one -- but at this point,
> who cares? With the VM we are already faster and we keep backtraces. We
> should have backtraces on, always.
>
> Does anyone have objections to that? If not, I'll make that change
> within the week.

Sorry, but I'm not clear what change you're proposing here.

     Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]