guile-devel
[Top][All Lists]
Advanced

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

Re: Test coverage of libguile


From: Andy Wingo
Subject: Re: Test coverage of libguile
Date: Wed, 28 Oct 2009 22:11:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

On Wed 28 Oct 2009 21:58, Neil Jerram <address@hidden> writes:

> address@hidden (Ludovic Courtès) writes:
>
>> We really need a similar tool for Scheme code now.
>
> Indeed that would be good.  Any idea how?

The VM has hooks that can run at every VM operation. Simply tabulate the
frame's procedure and the IP and you can do it. But the tracing
interface needs some love -- for example, so that the hooks run with
tracing off :)

Andy
-- 
http://wingolog.org/




reply via email to

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