Re: [webkit-dev] Transformations precision: double -> float

2012-10-10 Thread Gabor Rapcsanyi
Hello! That was a long time ago and there were no objections so I made a bug for the further discussions and patches: https://bugs.webkit.org/show_bug.cgi?id=98913 Regards, Gabor What CPU executes single precision floating point values at the same speed as double precision? Here's a benc

Re: [webkit-dev] Transformations precision: double -> float

2012-10-12 Thread Gabor Rapcsanyi
loats that's why I want to change the doubles. I would prefer a typedef solution to make this configurable as Ryosuke said, and then the ports could chose whether they need floats, doubles or long doubles. - Gabor On Oct 10, 2012, at 9:00 AM, Gabor Rapcsanyi wrote: That was a long time ago

Re: [webkit-dev] Transformations precision: double -> float

2012-10-15 Thread Gabor Rapcsanyi
n an avrage page now or maybe less, why shouldn't we do that, and of course on a specific page/case we would benefit more. -Gabor On Fri, Oct 12, 2012 at 10:08 AM, Gabor Rapcsanyi wrote: Yes I agree that we need to do some measures to see the benefits of floats. But it's not just abou

[webkit-dev] LLINT implementation for ARM traditional

2013-02-20 Thread Gabor Rapcsanyi
Hello! I have started to implement LLINT for ARMv5 traditional and ARMv7 traditional but most of the instructions are identical with the ARMv7 ones, so I would like to reuse this instead of copy pasting. I think that the best way is doing the same what x86.rb does. So I'm planning to rename a

[webkit-dev] New Qt buildbots

2010-04-09 Thread Gabor Rapcsanyi
Hi! We have some stable Qt bots on http://www.sed.hu/webkit/qtbuildbot/ which we would like to connect to the Apple buildbot master. The bot names are: x86-32 Windows Qt Release - QtWebKit release build on x86-32 architecture x86-32 Windows Qt Debug - QtWebKit debug build on x86-

Re: [webkit-dev] LLInt without JIT

2013-03-13 Thread Gabor Rapcsanyi
Hello! I tried to compile JSC with LLInt CLoop backend and JIT but it didn't work for me. I tried it on Mac and Linux as well. When I looked into it a little I saw some strange guards like this: Source/JavaScriptCore/llint/LLIntOpcode.h #if ENABLE(LLINT_C_LOOP) #define FOR_EACH_LLINT_NOJIT_N

[webkit-dev] Baseline JIT, DFG JIT on separate thread

2013-06-26 Thread Gabor Rapcsanyi
Any comments or ideas would be appreciated. Regards, Gabor Rapcsanyi ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] LLInt alignment problem on ARM

2013-09-26 Thread Gabor Rapcsanyi
Hello! I'm fighting with a strange LLInt alignment problem on ARM. As I see we put the LLInt code into .rodata section instead of .text. Is there a specific reason why we are doing this? If there is not I would put them to the .text section. Here is the objdump: ./Source/JavaScriptCore/.obj/

[webkit-dev] EFL bots for ARM architecture

2014-01-13 Thread Gabor Rapcsanyi
builders but we are also planning to support jscore and layout testing as well later. Regards, Gabor Rapcsanyi ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] EFL bots for ARM architecture

2014-01-13 Thread Gabor Rapcsanyi
there any reason you attach the bots to your build master (http://build.webkit.sed.hu) ? Wouldn't it good to attach them to official WebKit buildbot master ? Gyuyoung. On Mon, Jan 13, 2014 at 11:13 PM, Gabor Rapcsanyi mailto:rga...@inf.u-szeged.hu>> wrote: Hello WebKittens,