Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

複数プロセッサによるコンパイルを x64 でも有効にする #117

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

m-tmatma
Copy link
Member

複数プロセッサによるコンパイルを x64 でも有効にする

x64 debug

変更前 変更後
1回目 0:03:49 0:01:32
2回目 0:03:41 0:01:22
3回目 0:03:49 0:01:22
4回目 0:03:50 0:01:17
5回目 0:03:44 0:01:19

x64 release

変更前 変更後
1回目 0:03:44 0:01:23
2回目 0:03:47 0:01:29
3回目 0:03:21 0:01:28
4回目 0:03:17 0:01:33
5回目 0:03:33 0:01:18

@kobake
Copy link
Member

kobake commented Jun 14, 2018

大幅に高速化されましたね。

今更の疑問なんですけど MultiProcessorCompilation がデフォルトで false になっているのってどういう理由なんですかね。true と false で何らかのトレードオフがあるのでしょうか。

Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです。

今更の疑問なんですけど MultiProcessorCompilation がデフォルトで false になっているのってどういう理由なんですかね。true と false で何らかのトレードオフがあるのでしょうか。

Microsoft の推奨が /Gm になってるからだと思います。
https://msdn.microsoft.com/ja-jp/library/bb385193.aspx

/Gm では初回一発目の速度より修正後ビルドが速くなるはずです。日常の開発にはこちらのが便利かも知れません。デフォルト構成では Debug が /Gm のため無効になってるようです。

@kobake kobake merged commit 2b7920e into sakura-editor:x64 Jun 15, 2018
@kobake
Copy link
Member

kobake commented Jun 15, 2018

うーん、いまいち理解が追いつきませんが害はなさそうなのでマージしました。今後何か追加情報があればまた検討しましょう。

@m-tmatma m-tmatma deleted the feature/x64-MP-build branch June 16, 2018 22:27
@m-tmatma m-tmatma added x64 x64 対応 🚅 speed up 🚀 高速化 labels Jun 17, 2018
@m-tmatma m-tmatma added this to the next release milestone Jun 23, 2018
@ds14050 ds14050 added x64 x64 対応 🚅 speed up 🚀 高速化 labels Sep 18, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
複数プロセッサによるコンパイルを x64 でも有効にする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚅 speed up 🚀 高速化 x64 x64 対応
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants