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
>
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
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
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':
>
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
[
5 matches
Mail list logo