greg
2017-7-14 13:37:39

@greg has joined the channel


samth
2017-7-14 17:53:40

@mflatt if an engine has a prefix and the number of ticks provided is not enough to complete the prefix, that seems likely to produce bad results


samth
2017-7-14 17:53:43

is that accurate?


mflatt
2017-7-14 17:56:04

The prefix could get interrupted by another prefix, and you’ll never make progress if each new prefix fails to complete. Did you have a worse effect in mind?


samth
2017-7-14 17:56:25

that’s the effect we saw


samth
2017-7-14 17:58:00

but if you have an engine that you want to run to completion, then writing a loop with a small but positive number of ticks may fail to complete, whereas a large number will complete


samth
2017-7-14 17:58:20

which @spall and I both found surprising


samth
2017-7-14 17:58:46

we’ll increase the number of ticks, though, and hopefully that will help us make progress in the larger sense