Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shmerl
on April 30, 2018
|
parent
|
context
|
favorite
| on:
How to speed up the Rust compiler in 2018
Is rustc still using forked llvm, or it's already switched to upstream?
mastax
on April 30, 2018
[–]
Nothing's really changed with that recently. Still using a fork (though less divergent than it has been?), but it also builds fine with upstream.
shmerl
on April 30, 2018
|
parent
[–]
Are there plans to merge remaining differences to upstream and switch to it?
steveklabnik
on April 30, 2018
|
root
|
parent
[–]
We generally send our patches upstream but they can take some time to land. This will just always be the case. We test that everything builds with stock LLVM, you’ll probably just get some test failures from the unpatched bugs.
shmerl
on April 30, 2018
|
root
|
parent
[–]
So the fork is mostly needed for convenient fast iteration?
steveklabnik
on April 30, 2018
|
root
|
parent
[–]
Yup.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: