Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
x86 に残すべきコンパニオン命令がないのはなぜですか? そうすれば、
pushl %ebp movl %esp,%ebp pushl $3 popl %eax leave ret
次のようになります。
enter #or something pushl $3 popl %eax leave ret
それは一般的に速いだけではありませんか?