[dev-servo] 9/23 meeting - leaks, crashes, reflow performance, demos

2013-09-23 Thread Josh Matthews
https://github.com/mozilla/servo/wiki/Meeting-2013-09-23 If people familiar with layout could read over Patrick's assumptions about Gecko layout and confirm/deny, that would be great. ___ dev-servo mailing list dev-servo@lists.mozilla.org

Re: [dev-servo] 9/23 meeting - leaks, crashes, reflow performance, demos

2013-09-23 Thread David Bruant
Le 23/09/2013 19:44, Josh Matthews a écrit : https://github.com/mozilla/servo/wiki/Meeting-2013-09-23 jack: strange loop seemed really impressed that we had anything to show at all. general impression seems to be vapourware. That's quite an unfortunate impression :-s kmc: did you show acid1?

Re: [dev-servo] 9/23 meeting - leaks, crashes, reflow performance, demos

2013-09-23 Thread Robert O'Callahan
nsBlockReflow, and most layout code, is indeed inefficient. Some amount of that is because we support a lot of features and we've fixed a lot of bugs. Fixing bugs tends to add code, and even if you try to keep things off commonly taken paths, even not-taken conditionals add up. I guess I'm saying