summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authormig <mig>2013-12-20 21:59:28 (GMT)
committermig <mig>2013-12-20 21:59:28 (GMT)
commitd0ae9f57cb8b4bf0e4a6fcaa4dffec4d95feed08 (patch)
tree369c1986c44ad9e1aca2cebf078fb10f90fc3b31 /generic/tclCompCmdsSZ.c
parentc0cc33dc6717f14dd1be4a905bbd93d894bed428 (diff)
downloadtcl-d0ae9f57cb8b4bf0e4a6fcaa4dffec4d95feed08.zip
tcl-d0ae9f57cb8b4bf0e4a6fcaa4dffec4d95feed08.tar.gz
tcl-d0ae9f57cb8b4bf0e4a6fcaa4dffec4d95feed08.tar.bz2
remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick from mig-optimize)
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 754238f..3e4a55a 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -3071,6 +3071,7 @@ TclCompileWhileCmd(
}
SetLineInformation(1);
TclCompileExprWords(interp, testTokenPtr, 1, envPtr);
+ TclClearNumConversion(envPtr);
jumpDist = CurrentOffset(envPtr) - bodyCodeOffset;
if (jumpDist > 127) {