Hacker News new | ask | show | jobs
by paulddraper 253 days ago
No.

They may be larger because they are doing more work, depends on the program.

But no they don’t statically compile everything.

1 comments

Static compilation and static linking are two separate things - however, Rust is both statically compiled and (usually) uses static linking of dependency libraries.
You’re right. I mean static linking.

And by default Rust does not. Needs glibc.