Re: [webkit-dev] reclaim of number cells

2008-06-26 Thread Maciej Stachowiak
Hi Zoltan, The performance results are certainly interesting. Would you mind explaining the algorithm a bit more? Also, do you know why it is slowing down the tests that it does? In general the tests that seem hurt in performance are ones that would use a lot of immediate numbers. I can

Re: [webkit-dev] what triggers the expose event on gtk port

2008-06-26 Thread Luka Napotnik
After some analysis I've noticed that the Frame::paint() in WebCore/page/Frame.cpp is responsible for drawing and updating contents in case of changes (ie. javascript animations). What I couldn't find out what actually triggers this function. Any ideas. Greets, Luka Dne 25.06.2008 (sre) ob

Re: [webkit-dev] renaming ASSERT macro

2008-06-26 Thread Darin Adler
On Jun 26, 2008, at 5:16 AM, Jörg Bornemann wrote: That means ATM that I have to make sure to always include windows.h _before_ Assertion.h. Then lets add this to Assertion.h: #if PLATFORM(WINCE) // or whatever is the right if #include windows.h #endif I'd prefer this to a