summaryrefslogtreecommitdiffstats
path: root/Modules/UseJava.cmake
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2013-01-06 05:01:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2013-01-06 05:01:29 (GMT)
commit427ef824988a926fc7c7e948345929fcd359d6fb (patch)
tree68a08e4a9e3dd0369e1762550697b1214e31ed32 /Modules/UseJava.cmake
parent0c1f291a27e3916a62c66d48b37b21e0e5d3ce6e (diff)
downloadCMake-427ef824988a926fc7c7e948345929fcd359d6fb.zip
CMake-427ef824988a926fc7c7e948345929fcd359d6fb.tar.gz
CMake-427ef824988a926fc7c7e948345929fcd359d6fb.tar.bz2
CMake Nightly Date Stamp
Diffstat (limited to 'Modules/UseJava.cmake')
0 files changed, 0 insertions, 0 deletions
ion value='bug_3514475'>bug_3514475 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-23 17:03:34 (GMT)
committerhobbs <hobbs>2002-04-23 17:03:34 (GMT)
commitd6befe3b0ecd8da7c936827f0c6c2e3fb41b6496 (patch)
treed5a9ad88cb63d360c0bef3b2ec2d73058e8e0227
parentbf47097699f7f908f97e75a28b1b8d0817ed7bae (diff)
downloadtcl-d6befe3b0ecd8da7c936827f0c6c2e3fb41b6496.zip
tcl-d6befe3b0ecd8da7c936827f0c6c2e3fb41b6496.tar.gz
tcl-d6befe3b0ecd8da7c936827f0c6c2e3fb41b6496.tar.bz2
* generic/tclAlloc.c:
* generic/tclInt.h: * generic/tclThreadAlloc.c (new): * unix/Makefile.in: * unix/tclUnixThrd.c: * win/Makefile.in: * win/tclWinInt.h: * win/tclWinThrd.c: added new threaded allocator contributed by AOL that significantly reduces lock contention when multiple threads are in use. Only Windows and Unix implementations are ready, and the Windows one may need work. It is only used by default on Unix for now, and requires that USE_THREAD_ALLOC be defined (--enable-threads on Unix will define this).