Thanks! Nathan also clarified on IRC that this runs only on the "shippable"
variant of CI builds.
On Mon, Jul 22, 2019 at 8:58 AM Nathan Froyd wrote:
> On Mon, Jul 22, 2019 at 11:45 AM Bobby Holley
> wrote:
> > Can you confirm which types of builds enable this? Does --enable-release
> turn it o
On Mon, Jul 22, 2019 at 11:45 AM Bobby Holley wrote:
> Can you confirm which types of builds enable this? Does --enable-release turn
> it on?
If you really want to build this locally, you can add `export
MOZ_LTO=cross` in your mozconfig. `--enable-release` does not
automatically enable LTO (cro
Thanks for the hard work getting this over the line!
Can you confirm which types of builds enable this? Does --enable-release
turn it on?
On Mon, Jul 22, 2019 at 6:56 AM Nathan Froyd wrote:
> Hi all,
>
> We now have link-time optimization (LTO) between Rust and C++ code
> enabled on Nightly for
Hi all,
We now have link-time optimization (LTO) between Rust and C++ code
enabled on Nightly for all platforms (bug 1486042 [1]). There have
been some concerns about potential slowdowns when crossing the C++ <=>
Rust boundary due to non-inlineable function calls, and Stylo needed
to implement so
4 matches
Mail list logo