summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Collapse)AuthorAgeFilesLines
* Line numbers wrong in compiled [unset].dgp2013-09-191-0/+1
|
* Line numbers wrong in compiled [global] and [variable].dgp2013-09-191-2/+8
|
* Line numbers wrong in compiled [namespace upvar].dgp2013-09-191-3/+3
|
* Line numbers wrong in compiled [upvar].dgp2013-09-191-8/+8
|
* Mark commands with potential to compile expansion arguments (as [list] does).dgp2013-07-241-0/+4
|
* merge trunkdgp2013-07-151-6/+3
|\
| * Prefer CompileWord() over CompileTokens() when possible.dgp2013-07-151-2/+1
| |
| * Global replace: CompileBody() -> BODY().dgp2013-07-121-4/+2
| |
* | Stop the compileProc routines leaving behind error messages in interp.dgp2013-06-271-0/+1
|/ | | | | (Nicer way to solve [Bug 20a81392ec].) Make simplifications in TclCompileScript() make possible by the new structure. Still a work in progress.
* 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