* Denys Vlasenko: > Example syntax is -falign-functions=64,9: "align to 64 by skipping up to > 9 bytes (not inclusive)". IOW: "after a call insn, CPU will always be able > to fetch at least 9 bytes of insns".
Is it possible to set this using the optimize function attribute? For example, we could use this to reduce alignment for compat functions in glibc.