summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
|\
| * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
* | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-1/+1
* | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-20/+20
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-3/+3
|\ \ | |/
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
* | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...Kevin B Kenny2016-05-131-4/+6
|\ \ | |/
| * Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...bug_3154ea2759Kevin B Kenny2016-05-131-4/+6
| |\
| | * Bug fix. Have to arrange to only close a catch once. After the spacebug_3154ea2759dgp2016-05-061-0/+3
| |/
* | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp_init_bytecodedgp2016-04-291-3/+1
* | Refactor bytecode cleanup.dgp2016-04-221-6/+2
|/
* [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-181-0/+4
* add compilation of [string is]dkf2014-02-021-1/+4
|\
| * merge principal development branchdkf2014-01-251-0/+1
| |\
| * | extend [string is] to booleansdkf2014-01-131-0/+1
| * | a different approachdkf2014-01-101-1/+3
* | | Squashed C99 syntax breaking the native AIX cc.andreask2014-01-291-3/+3
| |/ |/|
* | added compilation for [nextto]dkf2014-01-191-0/+1
|/
* implement [namespace origin] in bytecodedkf2013-12-301-0/+1
* allow generation by assemblerdkf2013-12-301-3/+4
* Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-5/+9
* General [concat] compilation.dkf2013-10-261-1/+4
* Change name of instruction to make way for future changes.dkf2013-10-261-1/+2
* merge fixes from trunkdkf2013-10-221-31/+3
|\
| * Fix for assemble.test; problem was a total assumption failure caused by way t...dkf2013-10-221-31/+3
* | merge trunkdkf2013-10-201-3/+31
|\ \ | |/
| * And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_workdkf2013-10-201-4/+31
| * Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-0/+1
* | cleaner and faster 'string trim'dkf2013-10-031-1/+2
* | First attempt at [string trim] compilation.dkf2013-09-301-1/+4
|/
* [7b32d8d13b] Insert missing field initialization.dgp2013-09-161-0/+1
* Simplify AuxData access with a macro.dgp2013-07-271-1/+1
* more disabled code removaldgp2013-07-241-7/+0
* [assemble] compile syntax error into bytecode reporting syntax error message.dgp_tcs_rewritedgp2013-07-181-7/+3
* merge trunkdgp2013-07-181-7/+8
|\
| * [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error isdgp2013-07-181-7/+8
* | Stop the compileProc routines leaving behind error messages in interp.dgp2013-06-271-2/+30
|/
* Stack cleanup works now even in the most evil expansion cases.dkf2013-06-051-1/+1
* Remove useless macro, use existing macro where it makes sense.dkf2013-06-021-2/+2
* Stop emitting the instructions INST_*_SCALAR_STK*. They are identical todgp2013-05-291-5/+4
* Missed bits of dup code elimination.dgp2013-05-281-23/+0
* Removing a few changes that were not actually needed, and correcting comments.dkf2013-05-151-1/+1
* Optimizations and general bytecode generation improvements.dkf2013-05-101-1/+2
* unused variablesdgp2013-02-221-5/+0
* Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp2013-02-221-38/+0
* merge core-8-5-branchjan.nijtmans2013-01-311-4/+3
* fix minor memory leakjan.nijtmans2013-01-251-1/+0
* Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-5/+4
* Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-0/+4
* Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-4/+6