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 実行可能ファイル用の逆コンパイラを構築しようとしていますが、関数のプリアンブル/プロローグがそのまま残ると安全に想定できるかどうか疑問に思っていました。コンパイラがアセンブリからそれらを最適化できる可能性はありますか?
はい、リーフ関数 (こちらを参照) のようなものや、ローカル変数を使用しない関数は最適化される可能性があります。