There's been a movement lately in some circles to forbid dynamic linking entirely;
One use case that I just remembered that pretty much mandates dynamic linking: plugins on Windows.
A plugin on windows cannot read symbols from the main binary, so if we don't have a XUL equivalent, the plugin would have to have its own copy of the JIT for example.
Patrick
Cheers, Rafael _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
