Hi Julian, On Thu, 2007-01-25 at 10:28 -0500, Julian Graham wrote: > After all, the reason I was interested in the first place was that > I'm trying to implement call graph analysis for statprof -- with > output in callgrind format, which happens to require position > information.
In this case your task is easy, statprof already has access to the frames and can collect the source-properties directly from `frame-source'. Cheers, Andy -- http://wingolog.org/ _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
