[Gambas-user] New JIT Compiler, Trying.... QUATER

Benoît Minisini gambas at ...1...
Thu May 24 02:47:13 CEST 2012


Le 24/05/2012 02:32, Ru Vuott a écrit :
>>
>> CPU must be at 100% (on one core) in both case. The JIT
>> compiled
>> function is just faster.
>>
>> Just try with the FAST keyword, and without, and compare the
>> execution time.
>>
>> --
>> Benoît Minisini
>>
>>
>
> I have 4 core. I tried "with" and "without" the word: Fast, but one CPU stays on 100%.
>

Did you read what I wrote? In both case CPU must be at 100% on one core. 
Just that JIT makes the code faster, and so running it will take less 
time. If 1000000000000 is too big, try a lower value.

Regards,

-- 
Benoît Minisini




More information about the User mailing list