Re: Putting limits on formatting element growth

> Here's a test case (not a live link but the source) that caused
> lengthy hangs in the older WebKit HTML parser:
> http://trac.webkit.org/browser/trunk/LayoutTests/fast/parser/residual-style-hang.html

Following links form that commit leads me to a patch that limits the outer loop of the old AAA to 5 iterations.

Any particular reason why the new implementation limits the outer AAA loop to 10 iterations instead?

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Tuesday, 14 September 2010 08:05:38 UTC