[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
, is 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 rga...@inf.u-szeged.hu mailto:rga...@inf.u-szeged.hu wrote: Hello

[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:

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

2013-06-26 Thread Gabor Rapcsanyi
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 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

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

2012-10-12 Thread Gabor Rapcsanyi
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 rga...@inf.u-szeged.hu wrote

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

[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