guile-devel
[Top][All Lists]
Advanced

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

Re: file names embedded in .go


From: Thien-Thi Nguyen
Subject: Re: file names embedded in .go
Date: Tue, 20 Apr 2010 12:34:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

() Andy Wingo <address@hidden>
() Tue, 20 Apr 2010 11:45:33 +0200

   we should just switch to use ELF at some point.

OK, i'll keep my ear to the ground for that.

   >  Maybe we could just include the source
   > verbatim in such a section (and avoid mapping it at runtime).

   As Jao notes it is useful to be able to map at runtime, and currently we
   do this well, mapping to line and column within parts of procedures.

   But it would be good to be able to map to expressions too, and having
   the original source available without mapping to the filesystem should
   be an option. It's tough without having the whole environment, though.
   Something to think about :)

Agreed.  Sorry, i wasn't precise.  I should have said:

> (and map it only if needed at runtime)

Anyone interested in this kind of stuff should probably take a look
at Guile 1.4.x script ‘scan-md-module’, which does things the hard way.
That is, if you find yourself doing the same, beware!

thi




reply via email to

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