|
From: Jeffrey H. <ho...@us...> - 2002-11-07 19:05:00
|
Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv13491
Modified Files:
Tag: mod-8-3-4-branch
ChangeLog
Log Message:
* generic/tclCompile.h:
* generic/tclCompile.c (TclCleanupByteCode, RecordByteCodeStats):
* generic/tclLiteral.c:
* generic/tclInt.h:
* generic/tclBasic.c (Tcl_CreateInterp, DeleteInterpProc): add
TCL_THREAD_LITERALS conditional support for making global literals
be thread-global instead of interp-global. This adjusts the
placement and management of the LiteralTable and ByteCodeStats.
|