From: Andreas K. <and...@gm...> - 2025-05-14 19:14:42
|
> (I shudder to think what code that makes a stack frame with that > many local variable entries would look like, and it will certainly > take quite a while to compile.) While I can't serve an example of that I know that some EDA generated code ran into trouble with pre-compiling code containing more than 255 proc definitions. Which I had to fix. See https://github.com/ActiveState/tdk/blob/master/lib/tclcompiler/cmpWrite.c#L3480 -L3794 for that particular horror. Code which your changes make moot, removable, and good bye to it, do not let the door hit you on the way out. -- Happy Tcling, Andreas Kupries <and...@gm...> <https://core.tcl-lang.org/akupries/> <https://akupries.tclers.tk/> Developer @ SUSE Software Solutions Germany GmbH ------------------------------------------------------------------------------- |