add register marking for non-callable/inlined predicates.

This commit is contained in:
Mark Thom
2017-11-12 23:43:42 -07:00
parent e0f2ca80b5
commit b1ae09d7aa
5 changed files with 63 additions and 220 deletions

View File

@@ -17,8 +17,8 @@ pub trait Allocator<'a>
fn reset(&mut self);
fn reset_contents(&mut self) {}
fn advance(&mut self, GenContext, usize);
fn reset_arg(&mut self, usize);
fn advance_arg(&mut self);
fn bindings(&self) -> &AllocVarDict<'a>;