Artifact 8646137eecfe423ae737efb2aa0d586dff22894c:
- File generic/tclProc.c — part of check-in [00a700e694] at 2009-06-13 14:25:12 on branch core-8-5-branch — * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc.c: when compiling a proc survives too long. We * tests/execute.test: only need it there long enough for the right TclInitCompileEnv() call to re-stash it into envPtr->procPtr. Once that is done, the CompileEnv controls. If we let the value of iPtr->compiledProcPtr linger, though, then any other bytecode compile operation that takes place will also have its CompileEnv initialized with it, and that's not correct. The value is meant to control the compile of the proc body only, not other compile tasks that happen along. Thanks to Carlos Tasada for discovering and reporting the problem. [Bug 2802881]. (user: dgp size: 82833)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.