Hacker News new | ask | show | jobs
by mlindner 1275 days ago
I would naively assume that it doesn't affect it at all. Compiling with GCC doesn't magically make dynamic linking better. The limitation in dynamic linking is an element of language design.

I'd also note that any Rust you compile with GCC probably shouldn't be dynamically linked with Rust code compiled with rustc.