1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 03:00:21 +02:00
guile/module/system/il
Andy Wingo 96969dc1d6 fix recording of source locations
* module/language/scheme/translate.scm (translate, trans)
  (make-pmatch-transformers): When recursing into subexpressions, get the
  appropriate source location information.
  (location): Include the source filename in the location information.

* module/system/il/compile.scm (codegen): Record source locations in more
  cases. (This information ends up being part of the procedure metadata,
  not the actual codepath.)

* module/system/il/glil.scm (unparse): Don't destructure the source
  locations (it's a vector now).
2008-08-03 14:03:47 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
compile.scm fix recording of source locations 2008-08-03 14:03:47 +02:00
ghil.scm enable inlining; speed! 2008-05-25 13:13:15 +02:00
glil.scm fix recording of source locations 2008-08-03 14:03:47 +02:00
inline.scm add inline macros for zero? and 1- 2008-05-25 13:38:17 +02:00
Makefile.am enable inlining; speed! 2008-05-25 13:13:15 +02:00