Re: [webkit-dev] parallel rendering in WebKit

2010-02-20 Thread Zoltan Herczeg
Hi, thanks for all of your for your help. I would be worried about correctness - if painting is not complete by the time the paint method returns, then you could get flashes of intermediate states showing up onscreen. We plan to do the painting on a background image. When all the painting

Re: [webkit-dev] parallel rendering in WebKit

2010-02-20 Thread Holger Freyther
On Friday 19 February 2010 23:36:26 Zoltan Herczeg wrote: Hi, as all of you probably know, smp based systems are getting widespread even in the embedded domain, and we hope we can speed up webkit on these systems. We did some profiling, and seemed the platform dependent rendering took 50%

Re: [webkit-dev] parallel rendering in WebKit

2010-02-20 Thread Mike Marchywka
Date: Sat, 20 Feb 2010 12:22:02 +0100 From: zherc...@inf.u-szeged.hu To: m...@apple.com CC: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] parallel rendering in WebKit Hi, thanks for all of your for your help. I'm also curious how this

Re: [webkit-dev] FontPlatformData, FontCache and HashMap

2010-02-20 Thread n179911
I have a related question about SimpleFontData and FontPlatformData. When does Webkit create a FontPlatformData and SimpleFontData? I too put debug printfs in these classes constructors. And I see Webkit creates different FontPlatformData and SimpleFontData for same font family and same font