Re: [webkit-dev] renaming ASSERT macro

2008-06-27 Thread Jörg Bornemann
Darin Adler wrote: > Then lets add this to Assertion.h: > > #if PLATFORM(WINCE) // or whatever is the right if > #include > #endif > > I'd prefer this to a global change to the entire WebKit project. You really want to include in every single webkit file? Well, this is a small cha

Re: [webkit-dev] reclaim of number cells

2008-06-27 Thread Zoltan Herczeg
Hi Maciej, It seems you are right, my patch can afford some tweaks. As you can see, the gain is doubled compared to the original one. By the way, I was thinking another issue. In the current build, every JS object stores its own string lookup table. Is it possible to merge these string tables int

Re: [webkit-dev] renaming ASSERT macro

2008-06-27 Thread Darin Adler
On Jun 27, 2008, at 1:50 AM, Jörg Bornemann wrote: > Well, this is a small change but also a very bad idea. Not because of > compilation time, but because of the crappy Windows headers which > define > *a* *lot* of global stuff. E.g. the XSLT parser of WebKit won't build > because there's a "#de

[webkit-dev] 转发: could someone give a ha nd in porting WebKit to Linux?

2008-06-27 Thread leslie.lg
Hi All, I’m working on porting QT4.4.0 to uclinux these days, and successfully ported GUI, Core, Networks libraries running smoothly on my blackfin 561 ezkit, but I stuck at webkit lib. As Jean-Charles Verdié said, you have webkit run flawlessly on uclinux? How to do that? What modification do