Use a RenderObject bit for isRenderFlowThread()
Created attachment 250192 [details] Patch
Comment on attachment 250192 [details] Patch Actually I'm going to put this in rare data.
Created attachment 250194 [details] Patch
What's the long term plan here? Are we turning RenderObject::isRender####() functions into bitfields/rare data? (and what makes it rare data?)
Comment on attachment 250194 [details] Patch We've always had a policy of converting virtual function calls into bit checks on an ad-hoc basis as a result of performance analysis.
Comment on attachment 250194 [details] Patch Clearing flags on attachment: 250194 Committed r182431: <http://trac.webkit.org/changeset/182431>
All reviewed patches have been landed. Closing bug.