rosella/doc
Jesse D. McDonald be48535995 Change bytecode from 'frame' vars to 'transient' values.
Each transient identifies the value of the corresponding previous bytecode.
This change (a) frees up many bytecodes formerly used by the conditional
expression (if c t f); (b) regularizes the bytecode by always placing opcodes
before operands; and (c) causes the bytecode to conform to the Single Static
Assignment (SSA) form preferred by e.g. LLVM.

Includes updates to the hand-assembled files (*.rla) and the bytecode compiler.
2012-07-14 13:47:28 -05:00
..
bytecode.txt Change bytecode from 'frame' vars to 'transient' values. 2012-07-14 13:47:28 -05:00
translation.txt Swap continuation & context in the lambda and template structures. 2012-07-14 13:43:26 -05:00