1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00
guile/module/language
Andy Wingo 194566b0ec re-enable assembly packing
* module/language/glil/compile-assembly.scm (glil->assembly): Enable
  assembly packing, for e.g. (make-int8:0).
2009-02-14 19:00:57 +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 no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +01:00
glil re-enable assembly packing 2009-02-14 19:00:57 +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 generate the fixed-offset accessors at compile-time 2009-02-14 00:24:32 +01:00
value nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
assembly.scm re-enable assembly packing 2009-02-14 19:00:57 +01:00
ghil.scm no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +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