summaryrefslogtreecommitdiffstats
path: root/generic/tclOptimize.c
Commit message (Expand)AuthorAgeFilesLines
* 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