summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormig <mig@noemail.net>2013-12-10 11:38:17 (GMT)
committermig <mig@noemail.net>2013-12-10 11:38:17 (GMT)
commit746624da34ee4fcc3c3c8b544b065b92f28c8156 (patch)
treef8a4ac17852374f92d6cadb9dce864998013ceb1 /generic/tclCompile.h
parent865760c6987d0134621ff0cf80372a99d2dc8b65 (diff)
downloadtcl-746624da34ee4fcc3c3c8b544b065b92f28c8156.zip
tcl-746624da34ee4fcc3c3c8b544b065b92f28c8156.tar.gz
tcl-746624da34ee4fcc3c3c8b544b065b92f28c8156.tar.bz2
new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var
FossilOrigin-Name: 58ebb297000cbc64a593e1950fdfc5738f8446b2
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