Re: Using clang-cl to ship Windows builds

2018-08-21 Thread Stuart Philp
That is fantastic, lots of nice wins! On Tue, Aug 21, 2018 at 6:02 PM, David Major wrote: > A quick update about performance: ThinLTO and PGO were enabled for our > clang-cl builds over the last few weeks. These optimizations have > cancelled the previous regressions and brought clang well ahead

Re: PSA: Chrome-only WebIDL interfaces no longer require DOM peer review

2018-03-08 Thread Stuart Philp
Generally I think we’d take performance and memory wins over installer size, but we monitor all three and if installer size grows (gradually) by an uncomfortable amount we ought to make a call on the trade off. We can bring it to product should that happen. On Thu, Mar 8, 2018 at 6:07 PM Kris Magl

Reminder on Try usage and infrastructure resources

2017-09-14 Thread Stuart Philp
Hello all, As we near 57 the Firefox CI group felt it was important to send out a bit of a reminder regarding infrastructure usage when you push. *tl;dr* There is a real cost (both time and $) to using the 'all' flags in pushes. They are there if you need them, but please remember to think about

Re: Intent to deprecate: Insecure HTTP

2015-04-13 Thread stuart
HTTP should remain optional and fully-functional, for the purposes of prototyping and diagnostics. I shouldn't need to set up a TLS layer to access a development server running on my local machine, or to debug which point before hitting the TLS layer is corrupting requests. _