summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk mig-reviewdgp2013-06-051-5/+9
|\
| * Repair TCL_COMPILE_DEBUG guardsdgp2013-06-051-5/+7
| * Stack Depth fixups.dgp2013-06-051-0/+2
* | merge trunkdgp2013-06-051-0/+11
|\ \ | |/
| * merge trunkdkf2013-06-051-7/+7
| |\
| * | Stack cleanup works now even in the most evil expansion cases.dkf2013-06-051-5/+6
| * | Next stage of fixing the break/continue generation.dkf2013-06-031-0/+11
* | | merge trunkdgp2013-06-031-7/+7
|\ \ \ | | |/ | |/|
| * | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro...mig2013-06-031-7/+7
| |\ \ | | |/ | |/|
| | * fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro...mig2013-06-031-5/+6
* | | Work in progress auditing the stack usage estimates of the bytecodedgp2013-06-011-6/+11
* | | Experimental super-stack-estimate checker.dgp2013-05-301-1/+18
* | | Set up to (ab)use INST_EXPAND_STKTOP to debug compiler stack estimates.dgp2013-05-301-1/+13
* | | Tighten up expansion a bit.dgp2013-05-301-1/+3
* | | Back on track.dgp2013-05-301-4/+0
* | | Oops! Don't forget nested script substitution!dgp2013-05-301-0/+3
* | | More robust expansion calculation. Look Ma! No operand!dgp2013-05-301-0/+8
|/ /
* | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-5/+5
|\ \ | |/
| * Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-4/+4
| |\
| | * Protect against multiple uses of a CompileEnv with only one initialization.dgp2013-02-211-18/+1
| | * Silence some compiler warnings.dgp2013-01-241-0/+3
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-1/+1
* | | merge trunkdkf2013-05-151-2/+3
|\ \ \
| * \ \ Merged fix to bytecode engine problem. Details in merged revision.andreask2013-05-131-2/+3
| |\ \ \
| | * | | Fixed bug in parent revision [832a1994c7] unpredictably breaking theandreask2013-05-131-2/+3
* | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-12/+0
|/ / / /
* | | | Fix implementation of INST_LIST_EXPANDED.dkf2013-05-121-1/+5
* | | | Optimizations and general bytecode generation improvements.dkf2013-05-101-6/+56
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-29/+29
|\ \ \ \ | | |/ / | |/| |
| * | | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
* | | | 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
| |\ \ \ | | |/ /
| | * | wipdgp2011-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