Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
monocasa
on April 2, 2018
|
parent
|
context
|
favorite
| on:
Building Tiny Rust Binaries for Embedded Linux
http://harmful.cat-v.org/software/dynamic-linking/
pcwalton
on April 2, 2018
|
next
[–]
I don't agree with this. Dynamic linking is perfectly reasonable for OS libraries like kernel32.dll, for instance. Dynamic vs. static linking is a tradeoff like any other.
monocasa
on April 2, 2018
|
parent
|
next
[–]
Sure, but NT is a totally different story since you just aren't given another stable ABI other than linking against .dlls.
But there is a lot of value on Unixen of static linking (or only linking against VDSO equivalents).
littlestymaar
on April 2, 2018
|
prev
[–]
Dynamic linking is indeed harmful, but static linking also in its own ways. As often, there is no silver bullet, just trade-offs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: