I can't speak about Frontier (never used it), but people :-) would point out that division is something that you avoid like plague with this gen of hardware. You either try to get away with pre-calculated tables, shift aproximations or multiplication (using the reciprocal) before you consider using divisions.exxos wrote: 30 Apr 2020 11:45 So while this analogy does not increase ST-RAM speed per-se, the "available bandwidth" to RAM is somewhat increased because after the integer division we get to the next ram access a lot sooner.
Would probably be an interesting case study in an emulator to do an opcode analysis over a larger amount of apps at runtime and my bets would be on divisions are an edge case in the big picture. As long as you don't get the surrounding operations much faster, the effective speedup doesn't scale well with the frequency increase.
Best regards,
