Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd] | Miguel Sofer | 2014-09-27 | 1 | -12/+0 |
| | | | | | The "optimisation" in that commit assumes that the last byte in the generated bytecodes is an INST_TRY_CONVERT if it equals 64. This is an invalid assumption, it could be 64 and not be an instruction. | ||||
* | merge trunk | Kevin B Kenny | 2014-08-02 | 1 | -1/+6 |
|\ | |||||
| * | [b43f2b49f7] New compilation strategy for lappend that allows multi-value | dkf | 2014-07-18 | 1 | -1/+6 |
| | | | | | | lappend to not have quadratic performance (through better reference management). | ||||
* | | merge trunk | dkf | 2014-02-03 | 1 | -2/+44 |
|\ \ | |/ | |||||
| * | 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 trunk | dkf | 2014-01-09 | 1 | -7/+58 |
|\ \ | |/ | |||||
| * | 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 |
| | |/ | |||||
| * | | merge main dev branch | dkf | 2013-01-03 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | merge main dev branch | dkf | 2012-11-05 | 1 | -13/+22 |
| |\ \ \ | |||||
| * | | | | reorder to preserve main BC development branch sequence better | dkf | 2012-11-02 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | merge dkf-compile-misc-info | dkf | 2012-11-02 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| * | | | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | This version <i>almost</i> works, except for a problem with restoring the context namespace upon return (which produces very strange results!) | ||||
* | | | | | | merge trunk | dkf | 2013-08-22 | 1 | -28/+28 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | 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. | ||||
* | | | | | | Properly encode more operand types to reduce the number of special cases in ↵ | dkf | 2013-06-20 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | the disassembler. | ||||
* | | | | | | Improved rendering of some opcode arguments and auxdata. | dkf | 2013-06-13 | 1 | -0/+10 |
| | | | | | | |||||
* | | | | | | Move the disassembler to its own file. | dkf | 2013-06-11 | 1 | -4/+14 |
|/ / / / / |