On Fri Feb 16 10:08:18 2024 +0000, Conor McCarthy wrote:
So long as values are extracted immediately, and temps elsewhere are only used to construct src params, there can be no temp register conflicts.
Ah, sorry, my bad, I had misunderstood how `temp_idx` is used. It is already accumulated into `temp_count` and reset at each instruction.