Email or username:

Password:

Forgot your password?
David Lattimore

I wrote up some of my findings exploring the link and load-time performance of the Bevy dylib and Rust dylibs in general.

I go deep into protected symbols and incompatibilities between how GCC and LLVM compile code on Linux.

davidlattimore.github.io/posts

I'll also be giving a talk about this at the Rust Sydney meetup in about 12 hours from now. See link for details about accessing the livestream.

#rustlang #wildlinker

1 comment
bjorn3

@davidlattimore Great article! Thanks a lot for digging into this!

Go Up