| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out stereotypical ways of getting variable indices. | dkf | 2013-06-08 | 1 | -0/+14 |
|
|
* | Minor grammar fix. | dkf | 2013-06-06 | 1 | -3/+3 |
|
|
* | More cleaning up; factor out optimizer to new file. Some weird problems still. | dkf | 2013-06-05 | 1 | -0/+1 |
|
|
* | Stack cleanup works now even in the most evil expansion cases. | dkf | 2013-06-05 | 1 | -0/+7 |
|
|
* | Next stage of fixing the break/continue generation. | dkf | 2013-06-03 | 1 | -1/+3 |
|
|
* | Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226. | dkf | 2013-06-03 | 1 | -1/+12 |
|
|
* | Remove useless macro, use existing macro where it makes sense. | dkf | 2013-06-02 | 1 | -3/+0 |
|
|
* | Many improvements to code generation of efficient break and continue. | dkf | 2013-06-02 | 1 | -6/+46 |
|
|
* | Getting better at doing more efficient break/continue instruction handling. | dkf | 2013-06-01 | 1 | -0/+6 |
|
|
* | Working towards the next batch of optimizations. | dkf | 2013-05-30 | 1 | -0/+6 |
|
|
* | Stop emitting the instructions INST_*_SCALAR_STK*. They are identical to | dgp | 2013-05-29 | 1 | -5/+4 |
|
|
* | Spare developers the burden and error risk of counting bytes in string | dgp | 2013-05-23 | 1 | -2/+6 |
|
|
* | Eliminate code duplication. | dgp | 2013-05-23 | 1 | -0/+65 |
|
|
* | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 1 | -2/+1 |
|
|
* | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 1 | -5/+31 |
|
|
* | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -0/+1 |
|
|
* | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -3/+0 |
|\ |
|
| * | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -3/+0 |
|
|
* | | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
| |\ |
|
| | * | Remove TclInitCompilation() declaration that's never had a definition | dgp | 2013-03-05 | 1 | -1/+0 |
|
|
* | | | Working towards more efficient treatment of non-bytecoded ensemble subcommands. | dkf | 2012-12-31 | 1 | -1/+3 |
|
|
* | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -1/+7 |
|
|
* | | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -13/+15 |
|
|
* | | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -1/+2 |
|
|
* | | | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -1/+3 |
|
|
* | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -7/+8 |
|
|
* | | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -12/+13 |
|
|
* | | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -12/+13 |
|
|
* | | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 1 | -8/+10 |
|
|
* | | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 1 | -8/+11 |
|
|
* | | | Working towards a BCCed [yield]; this doesn't work right now. | dkf | 2012-10-26 | 1 | -7/+10 |
|
|
* | | | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 1 | -2/+3 |
|
|
* | | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -1/+2 |
|
|
* | | | merge trunk | dkf | 2012-08-04 | 1 | -2/+11 |
|\ \ \ |
|
| * | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -0/+10 |
|
|
| * | | | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 1 | -2/+1 |
|
|
* | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -1/+7 |
|/ / / |
|
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 1 | -0/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+1 |
|
|
* | | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -2/+3 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -1/+4 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+9 |
|
|
| | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -4/+9 |
|
|
| | * | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -2/+111 |
|
|
| | * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -4/+1 |
|
|
| | * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -6/+4 |
|
|