Maxxus@sh.itjust.works to 196@lemmy.blahaj.zone · 9 months ago23,328 Rulessh.itjust.worksimagemessage-square35fedilinkarrow-up1695arrow-down10
arrow-up1695arrow-down1image23,328 Rulessh.itjust.worksMaxxus@sh.itjust.works to 196@lemmy.blahaj.zone · 9 months agomessage-square35fedilink
minus-squareBarrelAgedBoredom@lemm.eelinkfedilinkarrow-up69·9 months agoI always knew tomatoes were unoptimized
minus-squareKilling_Spark@feddit.delinkfedilinkarrow-up5·9 months agoGo with -Os to optimise for codesize
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up2·edit-29 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.
I always knew tomatoes were unoptimized
Someone compiled tomatoes without -O3
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.