Changeset 3915
- Timestamp:
- 11/03/07 09:10:12 (14 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configs/xsb.config (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/xsb.config
r3914 r3915 478 478 '$lgt_rewrite_and_copy_pl_directive_pis'(PI, CPI). 479 479 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 480 '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 481 '$lgt_rewrite_and_copy_pl_directive'(thread_private(PIs), thread_private(CPIs)) :- 480 482 '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 481 483 '$lgt_rewrite_and_copy_pl_directive'(thread_shared(PIs), thread_shared(CPIs)) :- -
trunk/RELEASE_NOTES.txt
r3914 r3915 21 21 Updated the B-Prolog config file to recognize eager_consume/1 directives. 22 22 Updated the XSB config file to recognize use_subsumptive_tabling/1, 23 use_variant_tabling/1, index/1, and thread_shared/1 directives. 23 use_variant_tabling/1, index/1, thread_private/1, and thread_shared/1 24 directives. 24 25 Updated the YAP config file to recognize thread_local/1 directives. 25 26 Updated the SICStus Prolog config files to recognize volatile/1 directives. … … 32 33 Updated the "xsbmtlgt.sh" integration script to start XSB-MT using the 33 34 new command-line option "--shared_predicates" (requires current XSB CVS 34 version). 35 36 Updated the Windows GUI installer to support running Logtalk with XSB-MT. 35 version). Updated the Windows GUI installer to support running Logtalk 36 with XSB-MT. 37 37 38 38 Added a multi-threading example, "barriers", of barrier synchronization.
