• dan@upvote.au
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Some optimizations help a lot. There’s a bunch of general optimizations that compiler do that work for any CPU. A simple example would be unrolling small loops. Compilers are fast enough today that they can brute force the best optimization for a given piece of code if needed.