アルゴリズム
rui氏作のCコンパイラであるchibiccを読むとアライメント調整用の関数がある。 GitHub - rui314/chibicc: A small C compiler // Round up `n` to the nearest multiple of `align`. For instance, // align_to(5, 8) returns 8 and align_to(11, 8) returns…
rui氏作のCコンパイラであるchibiccを読むとアライメント調整用の関数がある。 GitHub - rui314/chibicc: A small C compiler // Round up `n` to the nearest multiple of `align`. For instance, // align_to(5, 8) returns 8 and align_to(11, 8) returns…