Steve Fink wrote:
I was assuming the generation would be automatically incremented per op, either in the runops loop or (if that is too slow) in the implementation of selected ops.
In the runops loop would be slow, and not very practical for e.g. JIT or CGoto. But e.g. branch instructions would be a good point, though we have a lot of these.
leo