optimizations up to section 5.8

This commit is contained in:
Mark Thom
2017-03-23 16:55:43 -06:00
parent e1cc5ecfd6
commit 24b60eb2c6
7 changed files with 90 additions and 63 deletions

View File

@@ -166,7 +166,7 @@ pub enum ChoiceInstruction {
pub enum ControlInstruction {
Allocate(usize),
Call(Atom, usize),
Call(Atom, usize, usize),
Deallocate,
Execute(Atom, usize),
Proceed