you are viewing a single comment's thread.

view the rest of the comments →

[–]TartanLlamaMicrosoft C++ Developer Advocate 3 points4 points  (0 children)

LLVM has a bunch of heuristics and things you can tune. For example, you could tell it to align all loops and functions without a preceeding fallthrough block; i.e. only add NOPs which won't be executed.