On 8/8/23 06:44, Mikhail Tyutin wrote:
Initially, we can only call the callback BEFORE instructions. This commit adds the ability to insert the callback AFTER instructions.No callback call for control-flow instructions.
You're going to miss whole categories of instructions, not just control-flow. You're going to miss anything that raises an exception. The list goes on and on. This is why we didn't implement this "after" hook in the first place.
r~