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

conf: linux large pages LLVM lld linkage support by devnexen · Pull Request #28938 · nodejs/node · GitHub

/ node Public

conf: linux large pages LLVM lld linkage support - #28938

Closed
devnexen wants to merge 1 commit into
nodejs:masterfrom
devnexen:large_pages_ld_support
Closed

conf: linux large pages LLVM lld linkage support#28938
devnexen wants to merge 1 commit into
nodejs:masterfrom
devnexen:large_pages_ld_support

Conversation

devnexen commented Aug 2, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

The custom linker script is compatible with GNU ld only.
As such, providin a new expliciting option to redirect to
a different one. lld seems unable to migrate this
large section w/o segfaulting so providing only the
base address anchor for now.

nodejs-github-bot added build Issues and PRs related to build files or the CI. c++ Issues and PRs that require attention from people who are familiar with C++. labels Aug 2, 2019

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

Thanks, LGTM but can you keep lines <= 80 columns? In the .gypi you can write it like this:

['OS=="linux" and '
 'target_arch=="x64" and '
 'node_use_large_pages=="true" and '
 'node_use_large_pages_script_lld=="false"', {
  # ...
}

Copy link
Copy Markdown
Member

@devnexen Are you a collaborator yet? If not, I'd be happy to nominate you.

The custom linker script is compatible with GNU ld only.
As such, providin a new expliciting option to redirect to
a different one. lld seems unable to migrate this
large section w/o segfaulting so providing only the
base address anchor for now.

devnexen commented Aug 6, 2019

Copy link
Copy Markdown
Contributor Author

Not yet indeed :)

Copy link
Copy Markdown
Collaborator

Trott commented Aug 20, 2019

Copy link
Copy Markdown
Member

Landed in 0d7acfa

Trott closed this Aug 20, 2019
Trott pushed a commit that referenced this pull request Aug 20, 2019
The custom linker script is compatible with GNU ld only.
As such, providin a new expliciting option to redirect to
a different one. lld seems unable to migrate this
large section w/o segfaulting so providing only the
base address anchor for now.

PR-URL: #28938
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
targos pushed a commit that referenced this pull request Aug 20, 2019
The custom linker script is compatible with GNU ld only.
As such, providin a new expliciting option to redirect to
a different one. lld seems unable to migrate this
large section w/o segfaulting so providing only the
base address anchor for now.

PR-URL: #28938
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
gabrielschulhof pushed a commit to gabrielschulhof/node that referenced this pull request Mar 6, 2020
The custom linker script is compatible with GNU ld only.
As such, providin a new expliciting option to redirect to
a different one. lld seems unable to migrate this
large section w/o segfaulting so providing only the
base address anchor for now.

PR-URL: nodejs#28938
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
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. c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL