Revision: 13009
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13009&view=rev
Author:   druzus
Date:     2009-11-24 15:49:02 +0000 (Tue, 24 Nov 2009)

Log Message:
-----------
2009-11-24 16:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/src/vm/dlmalloc.c
    % use harbour spin locks if available by default in all builds

  * harbour/include/hbatomic.h
    * removed HB_SPINLOCK_SLEEP macro and enable code to always yield
      the processor in spin locks
    * cover double spin lock setting by HB_SPINLOCK_REPEAT

  * harbour/src/vm/garbage.c
    * removed unused HB_SPINLOCK_SLEEP macro

  * harbour/include/hbstack.h
  * harbour/src/vm/estack.c
    + added new internal function hb_stackAllocator()
    * disable hb_stackTotalItems() stack macro so this function can be
      used also in internal HVM code to check if stack is initialized

  * harbour/src/vm/fm.c
    ! use hb_stackAllocator() to access pointer to DLMALLOC mspace
      It should fix GPF when DLMT was used in OS2 builds - please test.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/hbatomic.h
    trunk/harbour/include/hbstack.h
    trunk/harbour/src/vm/dlmalloc.c
    trunk/harbour/src/vm/estack.c
    trunk/harbour/src/vm/fm.c
    trunk/harbour/src/vm/garbage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to