Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread Julio Jiménez
Totally agree with you. :) I think that using LLVM is a right choice. 2015-01-23 18:30 GMT+01:00 Martin Schreiber mse00...@gmail.com: On Friday 23 January 2015 17:20:55 Julio Jiménez wrote: BTW, GCC 4.9 vs LLVM CLang 3.5 at Phoronix What I saw up to now from LLVM backend is really

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread Martin Schreiber
On Friday 23 January 2015 17:20:55 Julio Jiménez wrote: BTW, GCC 4.9 vs LLVM CLang 3.5 at Phoronix What I saw up to now from LLVM backend is really impressive. I also like the concept with the LLVM bitcode input because it enables to use multiple cores for the MSElang frontend and the unit

[MSEide-MSEgui-talk] tslider min max

2015-01-23 Thread misu kun
Hi where can i set the min max value of tslider ? -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high

Re: [MSEide-MSEgui-talk] tslider min max

2015-01-23 Thread Martin Schreiber
On Friday 23 January 2015 10:20:35 misu kun wrote: Hi where can i set the min max value of tslider ? Not supported, range is always 0.0..1.0. Please do the range transformation in code. Martin -- New Year. New

Re: [MSEide-MSEgui-talk] tslider min max

2015-01-23 Thread misu kun
ok thanks 2015-01-23 10:55 UTC+01:00, Martin Schreiber mse00...@gmail.com: On Friday 23 January 2015 10:20:35 misu kun wrote: Hi where can i set the min max value of tslider ? Not supported, range is always 0.0..1.0. Please do the range transformation in code. Martin

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread Julio Jiménez
BTW, GCC 4.9 vs LLVM CLang 3.5 at Phoronix http://www.phoronix.com/scan.php?page=articleitem=gcc49_compiler_llvm35 2015-01-23 14:09 GMT+01:00 Martin Schreiber mse00...@gmail.com: Hi, Here the first comparison of FPC and MSElang produced code: Source: program test1; function test(p1:

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread Julio Jiménez
Comparison? ;) Well, bit by bit... :) 2015-01-23 14:09 GMT+01:00 Martin Schreiber mse00...@gmail.com: Hi, Here the first comparison of FPC and MSElang produced code: Source: program test1; function test(p1: int32): int32; var i1: int32; begin i1:= p1; result:= p1+i1; end;

[MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread Martin Schreiber
Hi, Here the first comparison of FPC and MSElang produced code: Source: program test1; function test(p1: int32): int32; var i1: int32; begin i1:= p1; result:= p1+i1; end; begin exitcode:= test(123); end. MSElang with LLVM backend with -O3: .file test-opt.ll .text

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-23 Thread misu kun
LLVM calculate the result at compile time , but, for sure llvm is more powerful than fpc ;) , and llvm beat gcc too i guess -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a