1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00
guile/module/language/cps
Andy Wingo 1b780c134b (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list
* libguile/instructions.c (struct scm_instruction, fetch_instruction_table)
  (scm_instruction_list): Remove rtl_ infix.
* libguile/instructions.h: Adapt.

* module/system/vm/instruction.scm: Remove.

* module/language/rtl.scm: Export instruction-list from here.

* module/Makefile.am:
* module/language/cps/primitives.scm:
* module/system/vm/assembler.scm:
* module/system/vm/disassembler.scm:
* module/system/vm/frame.scm:
* module/system/vm/program.scm:
* module/system/vm/trace.scm:
* module/system/vm/traps.scm: Adapt.
2013-11-19 20:45:57 +01:00
..
arities.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
closure-conversion.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
compile-rtl.scm Rewrite slot allocation pass 2013-11-15 11:17:18 +01:00
constructors.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
contification.scm Fix arity selection in compute-contification 2013-11-08 10:59:52 +01:00
dfg.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
elide-values.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
primitives.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
reify-primitives.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
slot-allocation.scm Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
specialize-primcalls.scm Add specialize-primcalls pass; bump objcode version. 2013-11-10 19:27:19 +01:00
verify.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00