summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimizationdkf2010-04-301-1/+26
* Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-2/+2
* * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so thatdkf2010-04-281-1908/+1929
* Code reordering to slightly shorten generated object code.dkf2010-04-271-330/+239
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-3/+1
* * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-241-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): Improve commenting anddkf2010-04-191-170/+180
* [Bug 2976508] tcl HEAD fails on HP-UXnijtmans2010-03-261-2/+3
* Reduce ifdef-fery and size of activation record. More variables shared acrossdkf2010-02-241-603/+449
* Convert literal tabs in strings into \t sequences.dkf2010-02-221-59/+59
* Unbreak the builddkf2010-01-311-31/+35
* Make the [unset] command be bytecode compiled.dkf2010-01-301-340/+480
* Improve error code generation from some of the tailcall-related bits of TEBC.dkf2010-01-221-29/+32
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-24/+22
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-131-5/+4
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-131-1/+4
* code commentsMiguel Sofer2009-12-111-20/+14
* code commentsMiguel Sofer2009-12-111-12/+13
* code commentsMiguel Sofer2009-12-111-13/+15
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-111-29/+14
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-101-5/+5
* * generic/tclExecute.c: fix panic in http11.test caused by buggyMiguel Sofer2009-12-101-2/+2
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-1/+2
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-8/+10
* * generic/tclBasic.c: Insure correct lifetime of varFrame'sMiguel Sofer2009-12-091-12/+15
* * generic/tclExecute.c (TclStackFree): Improved panic msgMiguel Sofer2009-12-091-2/+3
* baby steps towards nre-enabling coroutine first runMiguel Sofer2009-12-081-4/+14
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-27/+46
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-081-1/+3
* Reduce size of TEBC activation record a bit.dkf2009-12-081-366/+389
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-081-319/+327
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-081-217/+160
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-061-1/+2
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-061-7/+10
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-10/+10
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-3/+2
* * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-2/+4
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-1/+20
* TIP #353 IMPLEMENTATIONdgp2009-08-121-57/+125
* minor cleanupsdgp2009-07-241-1/+3
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-3/+1
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-6/+94
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-5/+5
* fix signed vs unsigned comparison warningsdas2009-06-031-12/+12
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-021-44/+10
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-021-41/+63
* fix TCL_COMPILE_DEBUG 64bit warningsdas2009-05-161-5/+5
* * generic/tclBasic.c: Let coroutines start with a much smallerMiguel Sofer2009-05-081-7/+6
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-061-1/+4
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-6/+25