Changeset 4456 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 08/30/08 07:05:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4453 r4456 14 14 15 15 16 2.33.0 - August??, 200816 2.33.0 - September ??, 2008 17 17 18 18 Applied several optimizations to the Logtalk compiler, mostly related to … … 44 44 Removed the Logtalk dispatcher thread used for dispatching asynchronous 45 45 multi-threading calls, simplifying the implementation and improving the 46 performance of the asynchronous built-in multi-threading predicates. 46 performance of the asynchronous built-in multi-threading predicates. 47 48 Corrected a bug in the implementation of the threaded_once/1-2 built-in 49 multi-threading predicates (use of detached threads could make the methods 50 fail despite the success of the thread goals). 47 51 48 52 Improved performance of multi-threading applications (specially on MacOS X)
