>hbmk2 speedtst.prg -gc3 -mt
>speedtst --only=001,002,003,004,005,006,007,008,009,010,011,012,043,044

[ I've double checked that thread.obj contains asm vs. Interlocked*() calls.
]

Results:

03/18/09 11:13:39 Windows XP 5.1.2600 Service Pack 3
Harbour 1.1.0dev (Rev. 10642) (MT) Microsoft Visual C++ 15.0.26569 (32-bit)
THREADS: 0
N_LOOPS: 1000000
excluded tests: 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027
028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 045 046 047 048
049 050 051 052 053 054 055 056
[ T000: empty loop overhead ]...................................0.05
====================================================================
[ T001: x := L_C ]..............................................0.13
[ T002: x := L_N ]..............................................0.02
[ T003: x := L_D ]..............................................0.03
[ T004: x := S_C ]..............................................0.14
[ T005: x := S_N ]..............................................0.03
[ T006: x := S_D ]..............................................0.03
[ T007: x := M->M_C ]...........................................0.19
[ T008: x := M->M_N ]...........................................0.05
[ T009: x := M->M_D ]...........................................0.05
[ T010: x := M->P_C ]...........................................0.19
[ T011: x := M->P_N ]...........................................0.05
[ T012: x := M->P_D ]...........................................0.05
[ T043: x := a ]................................................0.14
[ T044: x := {} ]...............................................0.58
====================================================================
[ total application time: ].....................................2.33
[ total real time: ]............................................2.34


03/18/09 11:13:27 Windows XP 5.1.2600 Service Pack 3
Harbour 1.1.0dev (Rev. 10633) (MT) Microsoft Visual C++ 15.0.26569 (32-bit)
THREADS: 0
N_LOOPS: 1000000
excluded tests: 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027
028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 045 046 047 048
049 050 051 052 053 054 055 056
[ T000: empty loop overhead ]...................................0.05
====================================================================
[ T001: x := L_C ]..............................................0.14
[ T002: x := L_N ]..............................................0.02
[ T003: x := L_D ]..............................................0.03
[ T004: x := S_C ]..............................................0.14
[ T005: x := S_N ]..............................................0.03
[ T006: x := S_D ]..............................................0.03
[ T007: x := M->M_C ]...........................................0.17
[ T008: x := M->M_N ]...........................................0.05
[ T009: x := M->M_D ]...........................................0.06
[ T010: x := M->P_C ]...........................................0.17
[ T011: x := M->P_N ]...........................................0.05
[ T012: x := M->P_D ]...........................................0.05
[ T043: x := a ]................................................0.14
[ T044: x := {} ]...............................................0.56
====================================================================
[ total application time: ].....................................2.33
[ total real time: ]............................................2.33

Brgds,
Viktor

On Wed, Mar 18, 2009 at 1:30 AM, Przemyslaw Czerpak <[email protected]>wrote:

> On Wed, 18 Mar 2009, [email protected] wrote:
> > 2009-03-18 01:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
> >   * include/hbatomic.h
> >     ! Typo (__inline__ -> __inline).
>
> Thanks.
>
> Can you check current speedtst -mt results in MSVC builds for:
>
>   speedtst --only=001,002,003,004,005,006,007,008,009,010,011,012,043,044
>
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to