You must log in or register to comment.
TL:DR: minimize randomness, group variables by access frequency, and unroll loops if your compiler doesn’t do that already
Do any compilers NOT unroll loops in high optimization modes? I was under three impression this was usually unnecessary.
tl;dr tl;dr: use a modern compiler.