Changeset 4371 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 07/13/08 09:59:27 (4 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4370 r4371 15 15 16 16 2.32.2 - July ??, 2008 17 18 Added a new optimization compiler flag, "mutable", that allows objects to 19 be compiled non-mutable, preventing the dynamic declaration and definition 20 of new predicates and the use of the built-in database methods to change 21 object state. Setting this flag to "off" allows the Logtalk compiler to 22 generate more compact and efficient code for non-mutable objects. 17 23 18 24 Simplified the predicate linking clauses generated when compiling private
