Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

質問:P274 #21

Closed
kiszk opened this issue Aug 27, 2022 · 2 comments
Closed

質問:P274 #21

kiszk opened this issue Aug 27, 2022 · 2 comments

Comments

@kiszk
Copy link

kiszk commented Aug 27, 2022

下から2つ目の実行例のところで、ソースコードを見やすくするため最適化-O3オプションを付加、とあります。

これは、ソースコードのコンパイル結果を見やすくするため、という意図でしょうか?

@msyksphinz-self
Copy link
Owner

ご指摘の通りです。-O3をつけないと生成アセンブリが複雑になるため、余計な命令を削っています。

わかりにくい表現ですので、正誤表に追記しました。

@kiszk
Copy link
Author

kiszk commented Aug 28, 2022

ご対応ありがとうございます。

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants