@[email protected] to [email protected] • 10 months ago23,328 Rulessh.itjust.worksimagemessage-square35fedilinkarrow-up1706arrow-down19
arrow-up1697arrow-down1image23,328 Rulessh.itjust.works@[email protected] to [email protected] • 10 months agomessage-square35fedilink
minus-square@[email protected]linkfedilink2•edit-210 months agoOften faster anyways as the CPU is eating through instructions faster than the RAM can keep up with. May or may not require compiling as x86-64-v2, depending on code. In general, never trust performance you didn’t benchmark.
Go with -Os to optimise for codesize
Often faster anyways as the CPU is eating through instructions faster than the RAM can keep up with. May or may not require compiling as
x86-64-v2
, depending on code. In general, never trust performance you didn’t benchmark.