Changeset 3174 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
12/13/06 03:51:26 (2 years ago)
Author:
pmoura
Message:

The default value of the compiler flag events/1 is now off. As most applications do not use events, this setting ensures the best possible message processing performance for those applications.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r3172 r3174  
    146146Logtalk 2.29.0 makes some incompatible changes to the experimental support  
    147147for multi-threading programming that may imply updating any application that  
    148 uses the multi-threading predicates. 
     148uses the multi-threading predicates. The default value of the compiler flag  
     149events/1 is now off. Applications using event-driven programming must either  
     150turn this flag on or compile source files with the events(on) option.