summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Use TclAttemptInitStringRep() in a few more places where it's possible. Fix i...jan.nijtmans2025-05-261-4/+4
* TIP 720: Bytecode generation improvements/sanitydkf2025-05-231-517/+511
|\
| * merge trunkdkf2025-05-151-3/+2
| |\
| * | Clean up a bitdkf2025-05-051-43/+45
| * | Update comment: INST_RETURN_CODE_BRANCH isn't needed in asm any moredkf2025-05-021-2/+1
| * | Combine the new jumptable into this branchdkf2025-05-021-112/+304
| |\ \
| | * \ merge no-variable-width-instruction-issuedkf2025-04-261-0/+1
| | |\ \
| | * | | More towards the new jump table opcodedkf2025-04-251-112/+304
| * | | | Add INST_IS_EMPTY, a surfacing of Tcl_IsEmpty() to bytecodedkf2025-05-021-1/+3
| | |/ / | |/| |
| * | | Add INST_DICT_REMOVE to go with INST_DICT_PUTdkf2025-04-251-0/+1
| |/ /
| * | merge trunkdkf2025-04-201-38/+39
| |\ \
| * | | Fix the weirdest bug in the assembler with getting line numbers wrong... some...dkf2025-04-201-9/+24
| * | | remove unread fielddkf2025-04-171-4/+1
| * | | Add INST_TCLOO_ID/tclooId to TALdkf2025-04-171-0/+1
| * | | Clean up some code sections affected by change to always using 4-byte jumpsdkf2025-04-161-160/+38
| * | | Give [dict merge] its own compiler using INST_DICT_PUT; enables better [try] ...dkf2025-04-141-0/+1
| * | | Add [info object creationid] to fully compiled operations; simplify some inst...dkf2025-04-141-12/+8
| * | | Cleaning up a bunch of things in code generation.dkf2025-04-091-30/+31
| * | | Reset after failure a bit more carefully.dkf2025-03-301-10/+9
| * | | more consistency of error messagesdkf2025-03-291-2/+2
| * | | Must reset exception ranges on syntax error in assembled codedkf2025-03-291-0/+2
| * | | Many changes to basic opcode issuing to eliminate most 1-byte args. Not yet f...dkf2025-03-281-122/+54
| * | | Switch over to using 4-byte args; mark some ops as deprecated (gcc/clang)dkf2025-03-181-50/+25
| * | | This is an experiment with eliminating the issuing of variable-width instruct...dkf2025-03-091-1/+1
* | | | Clean up indentation and overlong linesdkf2025-05-231-5/+5
| |_|/ |/| |
* | | Rebase to trunkjan.nijtmans2025-04-201-2/+1
|\ \ \ | |_|/ |/| |
| * | Fully functional now, with a lot of examples for the improvement. Also, merge...jan.nijtmans2025-04-131-2/+1
| |/
* | Merge trunk. Another round of (harmless) -Wconversion fixesjan.nijtmans2025-04-191-41/+41
* | Many more (harmless) -Wconversion fixes, mainly for the regexp enginejan.nijtmans2025-04-181-1/+1
|/
* Bunch of whitespace basic fixes.dkf2025-03-021-4/+4
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-2/+2
* Merge 8.7jan.nijtmans2024-05-271-21/+21
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-21/+21
| |\
| | * Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not usedjan.nijtmans2024-05-271-36/+30
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-23/+23
* | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s...jan.nijtmans2024-05-271-6/+1
|\ \ \ | |/ /
| * | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used.jan.nijtmans2024-05-271-6/+1
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-10/+11
* | | Clean up a lot of small whitespace issues dkf2024-05-131-11/+10
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-4/+4
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-2/+2
* | | more spacing/formatting tweaksdkf2024-03-191-1/+1
* | | Fix indentation/brace usage style issuesdkf2024-03-191-1/+0
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | | Merge 8.7jan.nijtmans2023-10-151-21/+21
|\ \ \ | |/ /
| * | Merge 8.6. Use (void *)NULL in stead of NULL for C++jan.nijtmans2023-10-151-21/+21
| |\ \ | | |/
| | * Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-151-2/+2
| | * Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-201-1/+1
* | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-1/+1
* | | A few corrections in comments.pooryorick2023-05-051-1/+1