> Thank you very much.
>
> BTW do you know _MSC_VER we can use to chose between __forceinline
> and __inline?
>
> WINE uses this:
>
> #ifndef FORCEINLINE
> # if defined(_MSC_VER) && (_MSC_VER >= 1200)
> # define FORCEINLINE __forceinline
> # elif defined(__GNUC__) && ((__GNUC__ > 3) ||
BTW,
on OS/2 used CPU time of a thread is not available after a thread has ended,
so right now cumulative times shown are wrong.
Best regards.
Maurilio.
Maurilio Longo wrote:
> Przemyslaw,
>> You can also try
>>--thread= --scale
>> In such version each test is executed times by one thread
Przemyslaw,
> You can also try
>--thread= --scale
> In such version each test is executed times by one thread and then
> simultaneously once by threads. It means that it exploits the worst
> possible cases in synchronization and scalability. It should also quite
> well test spinlocks on multi
On Thu, 25 Mar 2010, Maurilio Longo wrote:
Hi,
> compiled cleanly on OS/2 with gcc,
> I attach speedtst output as a test to dlmalloc.
Thank you very much.
BTW In speedtst you can try --thread parameter without specifying number
of threads. In such version for each test separate thread is created
Przemyslaw,
compiled cleanly on OS/2 with gcc, I attach speedtst output as a test to
dlmalloc.
Best regards and thanks.
Maurilio.
Przemysław Czerpak wrote:
> On Thu, 25 Mar 2010, Szak�ts Viktor wrote:
>
> Hi,
>
>> msvc 2008, msvc 2008 64-bit, old msvcarm (1201), darwin clang
>> and darwin g
On Thu, 25 Mar 2010, Szak�ts Viktor wrote:
Hi,
> msvc 2008, msvc 2008 64-bit, old msvcarm (1201), darwin clang
> and darwin gcc build cleanly.
Thank you very much.
BTW do you know _MSC_VER we can use to chose between __forceinline
and __inline?
WINE uses this:
#ifndef FORCEINLINE
# if
Hi,
msvc 2008, msvc 2008 64-bit, old msvcarm (1201), darwin clang
and darwin gcc build cleanly.
Good change.
Brgds,
Viktor
On 2010 Mar 25, at 00:14, dru...@users.sourceforge.net wrote:
> Revision: 14224
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14224&view=r
Revision: 14224
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14224&view=rev
Author: druzus
Date: 2010-03-24 23:14:30 + (Wed, 24 Mar 2010)
Log Message:
---
2010-03-25 00:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbato