summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormig <mig>2013-12-10 11:38:17 (GMT)
committermig <mig>2013-12-10 11:38:17 (GMT)
commit5b08f1d1ef025223ce9bc15d06dbdb88c247822a (patch)
treed8e1081fccdbf33af9b7ef5d71a3c28a89575b30 /generic/tclCompile.h
parent49a9c68c2f3e11832b525961440d1d4fb5188d5d (diff)
downloadtcl-5b08f1d1ef025223ce9bc15d06dbdb88c247822a.zip
tcl-5b08f1d1ef025223ce9bc15d06dbdb88c247822a.tar.gz
tcl-5b08f1d1ef025223ce9bc15d06dbdb88c247822a.tar.bz2
new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 8b1724b..7f62849 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -773,9 +773,10 @@ typedef struct ByteCode {
#define INST_FOREACH_START 166
#define INST_FOREACH_STEP 167
#define INST_FOREACH_END 168
+#define INST_LMAP_COLLECT 169
/* The last opcode */
-#define LAST_INST_OPCODE 168
+#define LAST_INST_OPCODE 169
/*
* Table describing the Tcl bytecode instructions: their name (for displaying