Re: More on byte compilation



On 12 Feb., 11:21, Christian Gollwitzer <Christian.Gollwit...@uni-
bayreuth.de> wrote:
Is there a tcl command to do it? I'm familiar
with a few assembly languages, so this bytecode disassembly looks quite
readable to me.

See man tclvars: compile Tcl with TCL_COMPILE_DEBUG, then at runtime
set tcl_traceCompile or tcl_traceExec to nonzero values.

.