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 so
it's more agresive test.
You can also try
   --thread=<n> --scale
In such version each test is executed <n> times by one thread and then
simultaneously once by <n> threads. It means that it exploits the worst
possible cases in synchronization and scalability. It should also quite
well test spinlocks on multi CPU machines.

BTW have you tested the speed difference between _gettid() and _hb_gettid()
in OS2 GCC builds? Or maybe GCC _gettid() makes exactly the same job as our
_hb_gettid()?

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to