1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 04:50:28 +02:00
guile/module/language
Andy Wingo 2cf1705c72 align programs on 8-byte boundaries
* module/language/assembly.scm (addr+): New helper.
  (align-program): New function, aligns a (load-program) form, currently
  to 8-byte boundaries.

* module/language/glil/compile-assembly.scm (<subprogram>): Record the
  object table and the program code separately, so that we can align the
  program after the object table has been written.
  (glil->assembly): Use addr+.
  (dump-object): Rework to fold `addr' through dumping of compound
  objects, so that procedures can be aligned properly.
2009-02-14 19:50:44 +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 align programs on 8-byte boundaries 2009-02-14 19:50:44 +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 align programs on 8-byte boundaries 2009-02-14 19:50:44 +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