Re: [webkit-dev] ARM JIT for WinCE

2010-01-06 Thread Gabor Loki
Hi Patrick, Patrick Roland Gansterer wrote: > I'm trying to enable the JIT for CPU(ARM_TRADITIONAL) && OS(WINCE). > MSVC supports inline assembler only for X86, so i had to provide a separate > asm file (i copied the code from the GCC #ifdef with !JSVALUE32_64): > > ctiVMThrowTrampoline proc >

[webkit-dev] Announce the ARM port of JIT

2009-04-01 Thread Gabor Loki
Hi guys, we are pleased to announce that the ARM port of JIT is finally released. The source can be checked out from 'loki/arm-port' branch of git://code.staikos.net/webkit : - git clone git://code.staikos.net/webkit && git checkout loki/arm-port - or see at http://code.staikos.net/cgi-bin/gi

Re: [webkit-dev] How to cross compile gperf, bison, libicu, libxslt for ARM on Linux?

2009-03-31 Thread Gabor Loki
jagadeesh k wrote: > I am Cross compiling webKitGTK+ port for ARM on Linux. > Before that i need to setup cross compilation > toolchain(GTK+,gperf,bison,libicu,libxslt,flex,sqlite,libcurl).So i Want > to know the commands for cross compiling gperf,bison,libicu,libxslt > packages for ARM. Hi Ja

Re: [webkit-dev] Unnecessary instructions in bytecode

2008-05-23 Thread Gabor Loki
Gabor Loki wrote: > I have noticed some strange loads in the bytecode (rev34071). > They look like unnecessary. > > Here it is a simple js: > > var a, b; > a = 5; > b = a * a + a; > > And the bytecode output was with 'testkjs -d -f 1.js': >

[webkit-dev] Unnecessary instructions in bytecode

2008-05-23 Thread Gabor Loki
Hi, I have noticed some strange loads in the bytecode (rev34071). They look like unnecessary. Here it is a simple js: var a, b; a = 5; b = a * a + a; And the bytecode output was with 'testkjs -d -f 1.js': 9 instructions; 224 bytes at 0x69ca30; 2 locals (0 parameters); 2 temporaries [