summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: fixing an error in INST_LNOT and msofer_wcodes_branchMiguel Sofer2005-10-103-3/+20
* * generic/tclCmdIL.c:Miguel Sofer2005-10-094-42/+24
* * unix/configure:Miguel Sofer2005-10-084-254/+1760
* * unix/configure:Miguel Sofer2005-10-084-1746/+249
* *** MERGE WITH HEAD *** (tag msofer-wcodes-20050611)Miguel Sofer2005-06-13289-8134/+22928
* *** FROM HEAD ***Miguel Sofer2005-04-162-2/+8
* * generic/tclExecute.c: fix for bad stack managementMiguel Sofer2005-04-152-3/+7
* fix typo in last commit (would not compile)Miguel Sofer2005-04-141-2/+2
* * generic/tclCmdIL (AppendLocals):Miguel Sofer2005-04-146-140/+162
* *** FROM HEAD ***Miguel Sofer2005-04-133-7/+19
* * generic/tclCompile.c:Miguel Sofer2005-04-133-4/+10
* 2005-04-12 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2005-04-128-158/+388
* * generic/tclCompile.c:Miguel Sofer2005-04-125-45/+41
* * generic/tclExecute.c:Miguel Sofer2005-04-115-77/+122
* * generic/tclCompCmds.c:Miguel Sofer2005-04-118-78/+98
* changelog entryMiguel Sofer2005-04-101-0/+2
* * generic/tcl.h (comments):Miguel Sofer2005-04-109-117/+218
* * generic/tclExecute.c: fix possible leak of expansion Tcl_ObjsMiguel Sofer2005-04-092-5/+16
* * generic/tclInt.h: change of order in macrosMiguel Sofer2005-04-093-9/+19
* * generic/tclExecute.c: small opts in obj handlingMiguel Sofer2005-04-042-68/+50
* assorted stuff, including [Patch 1174551] and merge from HEADMiguel Sofer2005-04-033-25/+28
* * generic/tclInt.h:Miguel Sofer2005-04-023-145/+143
* Changelog fixMiguel Sofer2005-04-021-1/+2
* * generic/tclExecute.c: leak fix in INST_STORE_SCALARMiguel Sofer2005-04-023-94/+84
* Sync with HEAD - [Patch 1158008]Miguel Sofer2005-04-0212-639/+538
* opt in INST_*_SCALAR, sync with HEADMiguel Sofer2005-04-015-226/+375
* * generic/tclCompile.c: restoring lost line inMiguel Sofer2005-03-312-3/+10
* * generic/tclCompile.c:Miguel Sofer2005-03-314-298/+223
* * generic/tclCompile.c:Miguel Sofer2005-03-304-358/+578
* A (very naive and inefficient) bytecode optimiser, version 0Miguel Sofer2005-03-285-157/+843
* incomplete merge correcteddgp2005-03-242-3/+1
* * generic/tclCompCmds.c: porting fix of [Bug 1165671] from HEADMiguel Sofer2005-03-233-23/+50
* * generic/tclCompile.c (OptCleanupByteCode): Operands aredgp2005-03-232-3/+10
* * generic/tclCompile.h: fixing bad macro name under VM_USE_PACKED.Miguel Sofer2005-03-232-2/+6
* First (very timid) post-compile optimisations - testing the basicMiguel Sofer2005-03-225-61/+576
* * generic/tclCompile.h (HP_STASH): Corrections for LP64dgp2005-03-213-8/+16
* minor changesMiguel Sofer2005-03-204-76/+80
* support for pre-C99 compilers.dgp2005-03-201-2/+2
* * generic/tclCompile.h: (VM_USE_PACKED) added a check that jumpMiguel Sofer2005-03-202-2/+37
* Changelog entryMiguel Sofer2005-03-201-0/+11
* Instruction set cleanup: one instruction INST_YES (not-not) added,Miguel Sofer2005-03-203-324/+276
* Massive reduction of variable-related instructions: INST_LOAD,Miguel Sofer2005-03-196-892/+559
* changelog entryMiguel Sofer2005-03-171-0/+7
* Fixing some stupidities in the bitwise ops and limits for theMiguel Sofer2005-03-171-10/+24
* Changelog fixMiguel Sofer2005-03-161-2/+2
* Enabled new packed mode: (inst+opnd) are packed in 32 bits. ToMiguel Sofer2005-03-162-12/+79
* Macro reorganisation, preparing to enable the 8+24 version.Miguel Sofer2005-03-164-120/+154
* * generic/tclCompile.h: Corrected mistaken casts to (int) ofdgp2005-03-152-3/+10
* missing cast in tclCompile.hMiguel Sofer2005-03-151-2/+2
* Attempt at fixing 64b issues; as a result, now getting plenty ofMiguel Sofer2005-03-154-96/+115