summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-01-17 16:41:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-01-17 16:41:29 (GMT)
commitd47f7eb3d95c51b2d997423c45170dc9af21113c (patch)
tree4d8a44ff7dfddba80aa3f1b26c7a6cb85dca0f88 /generic/tclInt.h
parent5183004618b076623516cc260ae3e9e283252186 (diff)
downloadtcl-novem_purge_literals.zip
tcl-novem_purge_literals.tar.gz
tcl-novem_purge_literals.tar.bz2
Branch to investigate what happens when we no longer maintain sharednovem_purge_literals
literal tables. First checkin - disable/eliminate the global table in each interp. Makes tests encoding-11.1 and resolver-1.[1-6] fail.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index df1507d..a4d7f90 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1888,11 +1888,6 @@ typedef struct Interp {
* Normally zero, but may be set before
* calling Tcl_Eval. See below for valid
* values. */
- LiteralTable literalTable; /* Contains LiteralEntry's describing all Tcl
- * objects holding literals of scripts
- * compiled by the interpreter. Indexed by the
- * string representations of literals. Used to
- * avoid creating duplicate objects. */
int compileEpoch; /* Holds the current "compilation epoch" for
* this interpreter. This is incremented to
* invalidate existing ByteCodes when, e.g., a