@[email protected] to [email protected] • 1 year ago23,328 Rulessh.itjust.worksimagemessage-square35fedilinkarrow-up1706arrow-down19starcopymore-verticalflagCreate ReportslashBlock user
arrow-up1697arrow-down1image23,328 Rulessh.itjust.works@[email protected] to [email protected] • 1 year agomessage-square35fedilinkstarcopymore-verticalflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink9•1 year agoSomeone compiled tomatoes without -O3 arrow-up19arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink5•1 year agoGo with -Os to optimise for codesize arrow-up15arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink2•edit-21 year 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. arrow-up12arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
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.