summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-5-branchjan.nijtmans2013-01-311-6/+5
|\
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-6/+5
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-2/+2
* | Silence some compiler warnings.dgp2013-01-241-1/+0
|\ \ | |/
| * remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
| * make some more internal tables constjan.nijtmans2012-04-231-2/+2
| |\
| | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
| * | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
| |\ \ | | |/
| | * wipunprovendgp2011-07-121-25/+25
| | * Type mismatches in *printf calls.dgp2011-07-111-7/+9
* | | COMPILE_DEBUG big: fix bug in stack verification for {*}mig2013-01-171-2/+6
* | | discouraging the compiler from re-reading *pc in the peephole loop, part2 (an...mig2013-01-121-6/+2
* | | discouraging the compiler from re-reading *pc in the peephole loopmig2013-01-121-7/+10
* | | even better ... or so I hope: also inlining INST_PUSH1 in the peephole, check...mig2013-01-121-53/+40
* | | better commentsmig2013-01-111-2/+6
* | | fix for consecutive ISC (produced by [while 1 {...})mig2013-01-111-21/+16
* | | testing a cheaper(?) INST_START_COMMANDmig2013-01-111-49/+48
* | | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-1/+1
* | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-13/+7
* | | fix off-by-one error introduced in bd7d7a2061mig2013-01-101-1/+1
* | | improved stack checking under TCL_COMPILE_DEBUGmig2013-01-051-10/+9
* | | fix the new assertion, it should not trigger when an expansion is in progressmig2013-01-051-2/+5
* | | Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before*...mig2013-01-051-2/+10
* | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects.mig2013-01-041-1/+13
* | | Added mechanism for pre-parsing built-in ensembles even when they are not goingdkf2013-01-031-0/+63
|\ \ \
| * | | Passing more tests.dkf2013-01-021-9/+15
| * | | Working towards more efficient treatment of non-bytecoded ensemble subcommands.dkf2012-12-311-0/+57
* | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
|/ / /
* | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexeddkf2012-11-191-3/+0
* | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU...mig2012-11-101-1/+1
* | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-6/+108
* | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-1/+47
* | | Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-031-0/+5
* | | Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-021-0/+28
* | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-0/+49
* | | Added compilation of [dict create] and [dict merge].dkf2012-11-011-2/+13
* | | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-301-2/+23
* | | Some corrections and performance tweaksdkf2012-10-301-46/+56
* | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-1/+66
* | | Added compilation of simplest practical case of [string map].dkf2012-10-291-0/+52
* | | fix INST_YIELD so that it worksdkf_bytecode_8_6_yieldmig2012-10-281-5/+21
* | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-0/+26
* | | Compile [namespace which -command]; big performance saving in some contexts.dkf2012-10-261-0/+10
* | | yet another small introspector: [self]dkf2012-10-191-0/+24
* | | merge trunkdkf2012-08-041-18/+20
|\ \ \
| * | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-18/+20
* | | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-041-0/+64
|/ / /
* | | * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementationdkf2012-02-161-2/+23
* | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity.dkf2011-11-221-99/+98