Asm Performance

Assembly performance optimization workflow: collect compiler-emitted ASM, classify bottlenecks with TMA, audit for codegen issues (bounds checks, register spills, dependency chains, missed vectorization, memory traffic, bad instruction selection, store-forwarding stalls, frontend pressure, data layout), apply one change at a time, measure, and report. Use after profiling confirms ASM is the bottleneck.

AeonDave 9787129 4 files · 39.0 KB Updated

File contents

AeonDave/malskill/tree/main/coding/asm-performance commit 97871292fc

Frequently asked questions

npx skillmds@latest add aeondave/asm-performance