1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00
guile/module/system/vm
Andy Wingo 5c4926209f ditch the 8-bit compiled form of program parameters
* libguile/vm-i-loader.c (load-program):
* module/system/vm/assemble.scm (dump-object!): There are cases in which
  we use the 16-bit representation for program params (nargs, nexts,
  etc), but the actual 16-bit number actually fits into 8 bits -- which
  is then misinterpreted by the loader as the 8-bit form. So ditch the
  8-bit form entirely (it was never much of an optimization), and just
  use the 16-bit form. Make sure to clear out all your .go files before
  recompiling this one!
2008-09-02 10:30:39 -07:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
assemble.scm ditch the 8-bit compiled form of program parameters 2008-09-02 10:30:39 -07:00
conv.scm big reorg of scheme modules -- e.g. programs.c -> (system vm program) 2008-08-07 13:11:27 +02:00
debug.scm More relevant VM backtrace 2008-08-08 13:19:49 +02:00
disasm.scm fix bug in variable-set instruction; ,x prints out program metadata 2008-08-08 00:26:17 +02:00
frame.scm merge guile-vm into libguile itself 2008-08-21 18:39:30 -07:00
instruction.scm merge guile-vm into libguile itself 2008-08-21 18:39:30 -07:00
Makefile.am module compilation fixen, post-integration 2008-08-25 13:05:16 -07:00
objcode.scm merge guile-vm into libguile itself 2008-08-21 18:39:30 -07:00
profile.scm big reorg of scheme modules -- e.g. programs.c -> (system vm program) 2008-08-07 13:11:27 +02:00
program.scm merge guile-vm into libguile itself 2008-08-21 18:39:30 -07:00
trace.scm big reorg of scheme modules -- e.g. programs.c -> (system vm program) 2008-08-07 13:11:27 +02:00
vm.scm merge guile-vm into libguile itself 2008-08-21 18:39:30 -07:00