Linking is very slow
Open
Nobody has claimed this yet.
sig build dockerfiles
- Dominant language
- Shell
- Stars
- 311
- Forks
- 139
- Avg merge
- 1h 28m
- Merged PRs (30d)
- 1
Description
Linking is very slow. E.g.:
Linking tensorflow/python/_pywrap_tensorflow_internal.so; >67s local
Can we default to ld.gold?
https://gist.github.com/daniel-j-h/ed3bf9e5cb458b012b5a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report concerns linking tensorflow/python/_pywrap_tensorflow_internal.so and asks whether ld.gold can be the default, with details in the linked gist. Start by locating the repository's linker configuration or build entry point; done means ld.gold is selected by default and the TensorFlow link completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100