Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve the disassemblydkf_bytecode_8_6_string_is | dkf | 2014-02-02 | 1 | -1/+2 |
| | |||||
* | Compile [string is] with character classes in a non-awful way. Needs more ↵ | dkf | 2014-01-29 | 1 | -1/+36 |
| | | | | work to make resulting bytecode disassemble nicely. | ||||
* | merge principal development branch | dkf | 2014-01-25 | 1 | -3/+6 |
|\ | |||||
| * | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -1/+3 |
| | | |||||
| * | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -1/+2 |
| | | |||||
* | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -1/+2 |
| | | |||||
* | | a different approach | dkf | 2014-01-10 | 1 | -1/+3 |
|/ | |||||
* | merge main working branch | dkf | 2013-12-30 | 1 | -38/+260 |
|\ | |||||
| * | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -1/+3 |
| | | |||||
| * | completed instruction implementation | dkf | 2013-12-28 | 1 | -1/+2 |
| | | |||||
| * | merge trunk | dkf | 2013-12-23 | 1 | -3/+28 |
| |\ | |||||
| | * | Added new tools for managing and verifying the stack depth during ↵ | mig | 2013-12-23 | 1 | -0/+15 |
| | | | | | | | | | | | | compilation. Used it in some spots in the compiler and in TclCompileCatchCommand. | ||||
| | * | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ↵ | mig | 2013-12-20 | 1 | -0/+12 |
| | | | | | | | | | | | | from mig-optimize) | ||||
| | * | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ↵ | jan.nijtmans | 2013-12-19 | 1 | -2/+0 |
| | | | | | | | | | | | | looks like a good idea anyway) | ||||
| | * | Making the optimizer pluggable by extensions; please review for committing ↵mig_tmp_optimize | mig | 2013-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | to trunk | ||||
| * | | merge trunk | dkf | 2013-12-12 | 1 | -8/+9 |
| |\ \ | | |/ | |||||
| | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var | mig | 2013-12-10 | 1 | -1/+2 |
| | | | |||||
| * | | merge trunk | dkf | 2013-12-06 | 1 | -10/+16 |
| |\ \ | | |/ | |||||
| | * | Stop printing undefined values in disassembled code. | dkf | 2013-12-06 | 1 | -0/+1 |
| | | | |||||
| | * | New compiler and bytecodes for foreach and lmap: 70% faster | mig | 2013-12-05 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * speed as measured by http://wiki.tcl.tk/39021: runs in <1/3 the time * still need to adapt array-set to use this * assemble.test-16.5 or 16.6 bombs in a purify/symbols build (?) * removing the old opcodes would force recompilation of old .tbc files or adaptation of tbcload | ||||
| * | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ↵ | dkf | 2013-10-29 | 1 | -4/+8 |
| | | | | | | | | | | | | the no-indices case; that's the only case anyone actually commonly uses. | ||||
| * | | General [concat] compilation. | dkf | 2013-10-26 | 1 | -1/+3 |
| | | | |||||
| * | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -1/+1 |
| | | | |||||
| * | | merge trunk | dkf | 2013-10-20 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Working towards better handling of stack balance with break and continue ↵ | dkf | 2013-10-08 | 1 | -0/+1 |
| | | | | | | | | | | | | exceptions. | ||||
| * | | cleaner and faster 'string trim' | dkf | 2013-10-03 | 1 | -3/+4 |
| | | | |||||
| * | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -1/+5 |
| |/ | |||||
| * | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 1 | -4/+0 |
| | | | | | | This allows the clLoc field of CompileEnv struct to go away too. | ||||
| * | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 1 | -0/+9 |
| | | |||||
| * | Factor out the call to a compileProc into one place used by both ensemble | dgp | 2013-07-17 | 1 | -0/+3 |
| | | | | | | subcommand compiles and toplevel command compiles in TclCompileScript. | ||||
| * | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 1 | -8/+0 |
| | | | | | | | | The pc -> command index mapping function it provided can be achieved using other data already in the ByteCode struct. | ||||
| * | Build CompileBasicNArgCommand on top of TclCompileInvocation. | dgp | 2013-07-15 | 1 | -0/+3 |
| | | |||||
| * | merge trunk | dgp | 2013-07-15 | 1 | -17/+13 |
| |\ | |||||
| | * | Global replace: CompileBody() -> BODY(). | dgp | 2013-07-12 | 1 | -7/+7 |
| | | | |||||
| | * | Revise the CompileWord() and PushVarNameWord() macros to make explicit the | dgp | 2013-07-11 | 1 | -10/+6 |
| | | | | | | | | | SetLineInformation() that's in each of them. | ||||
| * | | Revise the litInfo table so that it gets built later (in TclInitByteCodeObj) | dgp | 2013-07-10 | 1 | -0/+1 |
| |/ | | | | | from a simpler store of data that can unwind. | ||||
| * | 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 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Spare developers the burden and error risk of counting bytes in string | dgp | 2013-05-23 | 1 | -2/+6 |
| | | | | | | literals, or having to type them twice. | ||||
| * | 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 |
| | | | | | | | | (and the complex machinery associated with it) as as it is no longer needed. |