1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 11:34:09 +02:00
guile/module/language
Andy Wingo e14679bd52 speed up record-case
* module/language/ghil.scm: Whoops, export some unquote-splicing
  accessors that we didn't have exported before.

* module/system/base/syntax.scm: Speed up record-case, by syntactically
  determining the predicates and accessors. Nasty, in a way; but also
  much faster.
2009-02-11 22:08:04 +01:00
..
assembly fix the disassembler for load-string, load-symbol et al 2009-02-01 11:32:07 +01:00
bytecode remove conv.scm, disasm.scm; objcode->bytecode rename 2009-01-30 14:36:49 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil propagate much more source info through compilation 2009-02-10 11:53:23 +01:00
glil propagate much more source info through compilation 2009-02-10 11:53:23 +01:00
objcode add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme propagate much more source info through compilation 2009-02-10 11:53:23 +01:00
value nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
assembly.scm add code for writing out metadata to the end of a program 2009-02-01 10:15:00 +01:00
ghil.scm speed up record-case 2009-02-11 22:08:04 +01:00
glil.scm propagate much more source info through compilation 2009-02-10 11:53:23 +01:00
Makefile.am add new language between assembly and objcode: bytecode 2009-01-30 10:20:08 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00