I do think that this premature optimization is a bit much for initialization code. Making it simple is more important.
That said, I think my first idea would be a JXLE loop, using ST R0,field(ix), which is clear, simple, and may well be faster than anything proposed so far. sas On Mon, Dec 1, 2025 at 8:17 AM Robin Vowels < [email protected]> wrote: > Since the initialization is performed only once, > how much time is this likely to take? > If each instruction took 1 microsecond, that's a total > of 104 microseconds. > Could you measure it? > >
