Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the printing of source much less inclined to be fazed by non-ASCII chars | dkf | 2014-02-04 | 1 | -4/+22 |
| | |||||
* | improve the disassemblydkf_bytecode_8_6_string_is | dkf | 2014-02-02 | 1 | -1/+6 |
| | |||||
* | Compile [string is] with character classes in a non-awful way. Needs more ↵ | dkf | 2014-01-29 | 1 | -0/+5 |
| | | | | work to make resulting bytecode disassemble nicely. | ||||
* | merge principal development branch | dkf | 2014-01-25 | 1 | -2/+19 |
|\ | |||||
| * | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -0/+7 |
| | | |||||
| * | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -2/+12 |
| | | |||||
* | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -0/+3 |
| | | |||||
* | | a different approach | dkf | 2014-01-10 | 1 | -0/+4 |
|/ | |||||
* | merge main working branch | dkf | 2013-12-30 | 1 | -565/+1201 |
|\ | |||||
| * | implement [namespace origin] in bytecode | dkf | 2013-12-30 | 1 | -0/+5 |
| | | |||||
| * | allow generation by assembler | dkf | 2013-12-30 | 1 | -4/+4 |
| | | |||||
| * | completed instruction implementation | dkf | 2013-12-28 | 1 | -0/+4 |
| | | |||||
| * | merge trunk | dkf | 2013-12-23 | 1 | -10/+28 |
| |\ | |||||
| | * | Added new tools for managing and verifying the stack depth during ↵ | mig | 2013-12-23 | 1 | -9/+25 |
| | | | | | | | | | | | | compilation. Used it in some spots in the compiler and in TclCompileCatchCommand. | ||||
| | * | Making the optimizer pluggable by extensions; please review for committing ↵mig_tmp_optimize | mig | 2013-12-18 | 1 | -1/+3 |
| | | | | | | | | | | | | to trunk | ||||
| * | | merge trunk; document added instructions | dkf | 2013-12-12 | 1 | -11/+28 |
| |\ \ | | |/ | |||||
| * | | merge trunk | dkf | 2013-12-12 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | fix stack computations for lmap | mig | 2013-12-10 | 1 | -1/+1 |
| | | | |||||
| | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var | mig | 2013-12-10 | 1 | -0/+1 |
| | | | |||||
| * | | merge trunk | dkf | 2013-12-06 | 1 | -0/+10 |
| |\ \ | | |/ | |||||
| | * | New compiler and bytecodes for foreach and lmap: 70% faster | mig | 2013-12-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| | * | silence compiler warning | dgp | 2013-10-23 | 1 | -1/+0 |
| | | | |||||
| * | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ↵ | dkf | 2013-10-29 | 1 | -0/+13 |
| | | | | | | | | | | | | the no-indices case; that's the only case anyone actually commonly uses. | ||||
| * | | General [concat] compilation. | dkf | 2013-10-26 | 1 | -1/+5 |
| | | | |||||
| * | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -5/+5 |
| | | | |||||
| * | | merge fixes from trunk | dkf | 2013-10-22 | 1 | -75/+63 |
| |\ \ | | |/ | |||||
| | * | Fix problems in for.test | dkf | 2013-10-22 | 1 | -74/+62 |
| | | | |||||
| | * | silence compiler warnings | dgp | 2013-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | merge trunk | dkf | 2013-10-20 | 1 | -6/+196 |
| |\ \ | | |/ | |||||
| | * | Fix handling of 'invokeExpanded' and start to do 'returnStk'. | dkf | 2013-10-19 | 1 | -7/+20 |
| | | | |||||
| | * | Added missing exception range finalize. | dkf | 2013-10-19 | 1 | -0/+1 |
| | | | |||||
| | * | Tackle evalStk by reusing existing machinery. | dkf | 2013-10-18 | 1 | -1/+5 |
| | | | |||||
| | * | Do jump generation at places where INST_RETURN_IMM might occur. | dkf | 2013-10-15 | 1 | -5/+1 |
| | | | |||||
| | * | update comments | dkf | 2013-10-13 | 1 | -0/+21 |
| | | | |||||
| | * | Stop crashing in interactive testing. (The unknown and history mechanisms tend | dkf | 2013-10-13 | 1 | -19/+30 |
| | | | | | | | | | to exercise some parts of the bytecode compiler very well.) | ||||
| | * | Working towards better handling of stack balance with break and continue ↵ | dkf | 2013-10-08 | 1 | -3/+147 |
| | | | | | | | | | | | | exceptions. | ||||
| * | | cleaner and faster 'string trim' | dkf | 2013-10-03 | 1 | -0/+5 |
| | | | |||||
| * | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -0/+11 |
| |/ | |||||
| * | Fix test source-4.1 | dgp | 2013-09-27 | 1 | -1/+5 |
| | | |||||
| * | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 1 | -17/+2 |
| | | | | | | This allows the clLoc field of CompileEnv struct to go away too. | ||||
| * | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | exist only for the sake of taking great pains to make sure that pure list values remain pure list values. The value of pure list values is no longer what it once was. For a long long time now, any canonical list values have been equally good. This branch is Work In Progress eliminating the complication of the additional type value. Currently some minor botches are breaking execution tracing tests. | ||||
| * | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 1 | -0/+1 |
| | | |||||
| * | Remove outdated, disabled code. | dgp | 2013-07-23 | 1 | -503/+0 |
| | | |||||
| * | merge trunk | dgp | 2013-07-18 | 1 | -5/+1 |
| |\ | |||||
| | * | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 1 | -4/+1 |
| | | | | | | | | | not obscured. Instead highlight it by making it the last character quoted. | ||||
| * | | Factor out the call to a compileProc into one place used by both ensemble | dgp | 2013-07-17 | 1 | -34/+14 |
| | | | | | | | | | subcommand compiles and toplevel command compiles in TclCompileScript. | ||||
| * | | Streamline the housekeeping on the operands of INST_START_CMD. | dgp | 2013-07-16 | 1 | -49/+32 |
| | | | | | | | | | For example, do only incr on success, not incr on attempt + decr on error. | ||||
| * | | Simplify the ensemble subcommand compile. There's no need to be | dgp | 2013-07-16 | 1 | -1/+0 |
| | | | | | | | | | crafting synthetic Tcl_Parse and copying tokens. Some pointer shifts will do. | ||||
| * | | Simplify arguments to TclContinuationsEnterDerived(). | dgp | 2013-07-16 | 1 | -4/+2 |
| | | | |||||
| * | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 1 | -43/+0 |
| | | | | | | | | | | | | The pc -> command index mapping function it provided can be achieved using other data already in the ByteCode struct. |