diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-09 17:38:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-09 17:38:20 (GMT) |
commit | 7585d9a6fde12d67972b07247cb3e527ad224f51 (patch) | |
tree | 82fc73732885581506aee020fc38c6ea6e751632 /generic/tclCompile.c | |
parent | e78449dde7b7ac8a9457653494d916eda6735a62 (diff) | |
parent | 94412474c1700b886d93941b7a424c8e2de9e893 (diff) | |
download | tcl-7585d9a6fde12d67972b07247cb3e527ad224f51.zip tcl-7585d9a6fde12d67972b07247cb3e527ad224f51.tar.gz tcl-7585d9a6fde12d67972b07247cb3e527ad224f51.tar.bz2 |
merge trunkdkf_bytecode_optimizer
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 572f660..c361430 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -383,7 +383,8 @@ InstructionDesc const tclInstructionTable[] = { /* finds namespace and otherName in stack, links to local variable at * index op1. Leaves the namespace on stack. */ {"syntax", 9, -1, 2, {OPERAND_INT4, OPERAND_UINT4}}, - /* Compiled bytecodes to signal syntax error. */ + /* Compiled bytecodes to signal syntax error. Equivalent to returnImm + * except for the ERR_ALREADY_LOGGED flag in the interpreter. */ {"reverse", 5, 0, 1, {OPERAND_UINT4}}, /* Reverse the order of the arg elements at the top of stack */ |