summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
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.c
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.c')
-rw-r--r--generic/tclCompile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 7cd9796..c7b7875 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -554,6 +554,7 @@ InstructionDesc const tclInstructionTable[] = {
{"foreach_step", 1, 0, 0, {OPERAND_NONE}},
/* "Step" or begin next iteration of foreach loop. */
{"foreach_end", 1, 0, 0, {OPERAND_NONE}},
+ {"lmap_collect", 1, 0, 0, {OPERAND_NONE}},
{NULL, 0, 0, 0, {OPERAND_NONE}}
};