diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-12-04 21:52:07 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-12-04 21:52:07 (GMT) |
commit | 8c077c7737d8f145bda783f4f6ae7b66660d5c3d (patch) | |
tree | 259a45f6a070e91ac73a150fa4714d286ef18078 /NOTES | |
parent | 546058a1d386adc014fece9653fe8faa2356ab0e (diff) | |
download | tcl-8c077c7737d8f145bda783f4f6ae7b66660d5c3d.zip tcl-8c077c7737d8f145bda783f4f6ae7b66660d5c3d.tar.gz tcl-8c077c7737d8f145bda783f4f6ae7b66660d5c3d.tar.bz2 |
* NOTES:
* tcl.h:
* tclInt.h: Moved the macros to control feature exclusion and
stack manipulation into the private area of the tcl
headers. Renamed the macros for TCL_STRUCT_ON_HEAP to make their
names more sensible.
* tclCmdAH.c:
* tclCompCmds.c:
* tclCompExpr.c:
* tclCompile.c:
* tclExecute.c:
* tclIO.c:
* tclParse.c:
* tclParseExpr.c:
* tclScan.c:
* tclUnixChan.c: Adapted to changed macro names, added some more
places there structures go on the heap instead of the stack.
Fixed a problem with TCL_FMT_STATIC_FLOATBUFFER_SZ which
caused the interp to crash when actually used to reduce the
usage of the stack.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -249,3 +249,11 @@ On Heap @ TclCompileIncrCmd ../../src/tcl834_stkr/unix/../generic/tclCompCmds.c 1356 = 264 ----------------------------------------------------------------------------------------------- + +TclObjInterpProc + 832, 792, 752 + => STATIC_CLOCALS 20 ==> 716 bytes accounted for. + => STATIC_CLOCALS is of help and changing it does not crash the interp. + +TclInvokeStringCommand + TCL_INVOKE_STATIC_ARGS => 20 x char* = 80 |