summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Collapse)AuthorAgeFilesLines
* Select improvements in stack depth estimates brought over from mig-review.dgp2013-06-111-14/+1
| | | | | Mostly these are just simplifications, removing code that wasn't needed. Some changes make the stack depth estimate more accurate instruction by instruction.
* 3614360 Repair stack demands of optimized compiled [return LITERAL].dgp2013-06-061-0/+1
|
* Stop emitting the instructions INST_*_SCALAR_STK*. They are identical todgp2013-05-291-49/+28
| | | | | | | their INST_*_STK* counterparts. Having done that, it is clear the "simpleVarName" return from TclPushVarName provides nothing of use to any of its callers. Eliminate that. Also make TPVN return void, instead of int. Bring the TPVN header comments up to date; they were quite rotten.
* Repair some stack depth housekeeping.dgp2013-05-251-5/+0
|
* Spare developers the burden and error risk of counting bytes in stringdgp2013-05-231-22/+22
| | | literals, or having to type them twice.
* Eliminate code duplication.dgp2013-05-231-305/+0
|
* Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate ↵jan.nijtmans2013-05-191-7/+0
| | | | possibly conflicting LOCAL/OFFSET
* Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-181-0/+3244