[webkit-gtk] Memory and Cpu consumption on APPLE IOS5 page

Deepak Mundra deepak.m at allaboutif.com
Fri Jun 10 05:09:31 PDT 2011


Dear Martin,

Right now I  am compiling 1.4.0 release version. with gtk 3.0 support.
I found that the fixes for alignment warnings for mips platform have
already been merged in this release.  But i also found that with this
release I had add those fixes for some new files like

 ./Source/JavaScriptCore/runtime/JSCell.h
 ./Source/JavaScriptCore/collector/handles/Handle.h
 ./Source/JavaScriptCore/runtime/WriteBarrier.h

I also found that webkitmarshal.h and webkitmarshal.cpp are not
getting generated automatically and I had to manually generate them
using following commands.

glib-genmarshal --prefix=webkit_marshal
./Source/WebKit/gtk/webkitmarshal.list --header >
DerivedSources/webkit/webkitmarshal.h
echo "extern \"C\" {" > DerivedSources/webkit/webkitmarshal.cpp
glib-genmarshal --prefix=webkit_marshal
./Source/WebKit/gtk/webkitmarshal.list --body >>
DerivedSources/webkit/webkitmarshal.cpp
echo '}' >> DerivedSources/webkit/webkitmarshal.cpp

As I mentioned earlier, I am cross compiling webkit-gtk 1.4.0 for MIPS
platform  and I found that
Source/JavaScriptCore/assembler/MIPSAssembler.h and
Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h are not present
in the 1.4.0 release tar ball. I had to fetch them separately from git
repository.

My compilation is still going on will post the result  today if I am
able to compile successfully :)

Thanks & Regards
Deepak

On Thu, Jun 9, 2011 at 10:52 AM, Deepak Mundra <deepak.m at allaboutif.com> wrote:
> Dear Martin,
>
> Please find mine and Gabor Loki comments in following bug. This almost
> has all mips alignment warning fixes. Unfortunately i couldn't  upload
> any patch in the trunk at that time. Hopefully this time i will try to
> contribute in 1.4.x
> Right now compiling all dependencies (glib,gtk etc) for the 1.4.0 release.
>
> https://bugs.webkit.org/show_bug.cgi?id=43963
>
>
> Thanks
> Deepak
>
> On Wed, Jun 8, 2011 at 9:09 PM, Martin Robinson <mrobinson at webkit.org> wrote:
>> On Wed, Jun 8, 2011 at 3:56 AM, Deepak Mundra <deepak.m at allaboutif.com> wrote:
>>> Will pull latest release and test.  I have modified few things in the
>>> version(1.2.0) which i am using right now, for example warning fixes
>>> for mips platform etc.  I was planing to use 1.4.x version but never
>>> tried.. I think this is the right time to move to 1.4.x...
>>
>> If you contribute those changes upstream you won't have to continually
>> merge them. Please take a quick look at
>> http://www.webkit.org/coding/contributing.html. :)
>>
>> --Martin
>>
>


More information about the webkit-gtk mailing list