add procedure prelude macro-instructions
authorAndy Wingo <wingo@pobox.com>
Tue, 14 May 2013 08:33:43 +0000 (10:33 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 9 Jun 2013 21:36:46 +0000 (23:36 +0200)
commit07c052796d6fcf056d172b311a87519996937fd0
tree4449dd0b8cf960d62936791c4e218051722c7fd1
parent2a4daafd303f9b70d0680a4cadf42ef5c3fcfabc
add procedure prelude macro-instructions

* module/system/vm/assembler.scm (pack-flags): New helper.
  (standard-prelude, opt-prelude, kw-prelude): New macro-instructions.

* test-suite/tests/rtl.test: Update tests to use standard-prelude.
module/system/vm/assembler.scm
test-suite/tests/rtl.test