summaryrefslogtreecommitdiffstats
path: root/generic/tclOptimize.c
Commit message (Expand)AuthorAgeFilesLines
* Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* merge trunkdkf2013-12-231-1/+1
|\
| * Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimizemig2013-12-181-1/+1
* | Change name of instruction to make way for future changes.dkf2013-10-261-3/+3
|/
* Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-1/+17
* Stop buffer overrun into undefined values detected by valgrind.dgp2013-06-261-1/+2
* Fixed bug with optimizing with INST_START_CMD about.dkf2013-06-191-2/+1
* Split the optimizer up. Remove the dreaded 'goto' from which doesn't need it.dkf2013-06-061-81/+127
* Added optimizing of jump-to-nop and jump-to-jump cases. Ta to AK for suggesting.dkf2013-06-051-57/+152
* Added the optimizer...dkf2013-06-051-0/+287