On Tue, Apr 23, 2013 at 1:06 PM, Graydon Hoare <[email protected]> wrote: > Namely: > > - When we support static linking, will it be possible to link subsets > of "the standard library" for space constrained devices? E.g. will > we be able to compile it with section-per-function or such?
Release builds could just be done with link-time optimization. It's okay if it takes 5x as long and 3GiB of memory if it's just a single build. Although I think there would have to be 3 versions of the libraries (lto, static, dynamic). _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
