Re: Quantum Flow Engineering Newsletter #9

2017-05-19 Thread Chris Peterson
On 2017-05-12 9:55 AM, Ehsan Akhgari wrote: This reminded me of https://bugzilla.mozilla.org/show_bug.cgi?id=1332680 (and https://bugzilla.mozilla.org/show_bug.cgi?id=1332682 ) Adding -Wsuggest-final-types and -Wsuggest-final-methods and looking at the output seems pretty low-effort to find a

Re: Quantum Flow Engineering Newsletter #9

2017-05-16 Thread Cameron Kaiser
On 5/11/17 11:27 PM, Ehsan Akhgari wrote: Jan de Mooij optimized Array.prototype.shit to have O(1) rather than O(n) behavior . Wow. That's an appropriately named function. ;) Cameron Kaiser tier-3 port, tier-1 heart

Re: Quantum Flow Engineering Newsletter #9

2017-05-12 Thread Ehsan Akhgari
On 05/12/2017 12:29 PM, Tom Ritter wrote: On Fri, May 12, 2017 at 1:27 AM, Ehsan Akhgari wrote: I realized we haven't had a performance mini-story for a while -- I sort of dropped the ball on that. Running over this bug made me want to talk about a pretty well known

Re: Quantum Flow Engineering Newsletter #9

2017-05-12 Thread Tom Ritter
On Fri, May 12, 2017 at 1:27 AM, Ehsan Akhgari wrote: > I realized we haven't had a performance mini-story for a while -- I sort of > dropped the ball on that. Running over this bug made me want to talk about > a pretty well known sort of slowness in C++ code, virtual