Show
Ignore:
Timestamp:
07/19/08 05:51:47 (4 months ago)
Author:
pmoura
Message:

Updated the "integration" multi-threading example by bringing all example functions under the same object in order to allow for static binding. This is essential for good results in operating-systems with poor mutex thread synchronization performance such as MacOS X.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4385 r4387  
    1414 
    1515 
    16 2.32.2 - July ??, 2008 
     162.32.2 - July 21, 2008 
    1717 
    1818    Simplified the predicate lookup linking clauses that are generated when  
     
    8282    predicates that handle a dynamic predicate in the context of "this"  
    8383    (i.e. in the context of the objects importing the category). 
     84 
     85    Updated the "integration" multi-threading example by bringing all example  
     86    functions under the same object in order to allow for static binding. This 
     87    is essential for good results in operating-systems with poor mutex thread  
     88    synchronization performance such as MacOS X. 
    8489 
    8590