On 5/27/13 2:25 PM, Josh Matthews wrote:
> The following script (test_hammer_layout.html) can now run in Servo
> This yields 1239493.
That's nanoseconds per iteration. As in, 1.2ms (!). This is not really
ok. ;)
Is this with builds that do the "eagerly kick off layout from any DOM
change" bit? I really do think that we should not be doing that: people
batch up lots of DOM changes together, so doing layout from every change
is almost certainly not useful...
-Boris