FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build, windows: use /MP for debug builds by seishun · Pull Request #16333 · nodejs/node · GitHub

/ node Public

build, windows: use /MP for debug builds - #16333

Merged
seishun merged 0 commit into
nodejs:masterfrom
seishun:mp
Oct 21, 2017
Merged

build, windows: use /MP for debug builds#16333
seishun merged 0 commit into
nodejs:masterfrom
seishun:mp

Conversation

seishun commented Oct 20, 2017

Copy link
Copy Markdown
Contributor

Makes debug builds much faster. 🚀

/MP was intentionally disabled for debug builds in 16788f4, but they forgot to include the PR-URL, so I can't find the discussion that led to this decision. Probably no longer relevant.

Checklist
Affected core subsystem(s)

build

nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Oct 20, 2017
seishun requested a review from refack October 20, 2017 08:20
seishun added the windows Issues and PRs related to the Windows platform. label Oct 20, 2017

bnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if it works. I don't remember why /MP was disabled although I do remember that commit.

Copy link
Copy Markdown
Member

Might be nodejs/node-v0.x-archive#1471.

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if it works.

Copy link
Copy Markdown
Member

From the PR I referenced above:

Makes debug builds into true (non-optimized) debug builds

They might have misinterpreted /MP to affect the result instead of the build process.

Copy link
Copy Markdown
Contributor

16788f4, but they forgot to include the PR-URL

That was long before PR-URL existed. 😉

seishun closed this Oct 21, 2017
seishun merged commit 6874249 into nodejs:master Oct 21, 2017
seishun deleted the mp branch October 21, 2017 10:07

seishun commented Oct 21, 2017

Copy link
Copy Markdown
Contributor Author

Landed in 5018156.

seishun added a commit that referenced this pull request Oct 21, 2017
PR-URL: #16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 23, 2017
PR-URL: #16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 26, 2017
PR-URL: nodejs/node#16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 16, 2017
PR-URL: #16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>

Copy link
Copy Markdown
Contributor

This landed cleanly on v6.x, please lmk if I should back it out

/cc @nodejs/platform-windows

seishun commented Nov 16, 2017

Copy link
Copy Markdown
Contributor Author

If you're going to land #16415 as well, then it's good. Otherwise it should be backed out.

MylesBorins mentioned this pull request Nov 21, 2017
MylesBorins pushed a commit that referenced this pull request Nov 21, 2017
PR-URL: #16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 28, 2017
PR-URL: #16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Dec 7, 2017
PR-URL: nodejs/node#16333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL