cache ball terms before unifying in handle_ball/3 (#1608)
This commit is contained in:
@@ -47,6 +47,7 @@ impl MachineState {
|
||||
hb: 0,
|
||||
block: 0,
|
||||
ball: Ball::new(),
|
||||
ball_stack: vec![],
|
||||
lifted_heap: Heap::new(),
|
||||
interms: vec![Number::default();256],
|
||||
cont_pts: Vec::with_capacity(256),
|
||||
|
||||
Reference in New Issue
Block a user