So there are two defines that define the max size of the event queue and the continuation queue. In the interpreter, I have simply copied over the constants, but if we want to change these sizes we need to change them in both places. It would be ideal if this could be specified in just one place, perhaps.
So there are two defines that define the max size of the event queue and the continuation queue. In the interpreter, I have simply copied over the constants, but if we want to change these sizes we need to change them in both places. It would be ideal if this could be specified in just one place, perhaps.