Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Merge refactoring so that all direct operations interact correctly with the callframe. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b9e2a13b963c8e9c62b2700baafaf4fa |
| User & Date: | kbk 2019-11-19 03:52:36.740 |
Context
|
2019-11-23
| ||
| 22:29 | Merge in refactoring of two operations, directIsArray and directMakeArray, that interact with the callframe and were missed on the first go. leaf check-in: 7a21900824 user: kbk tags: trunk | |
|
2019-11-22
| ||
| 19:44 | Initial changes to support differences in the Tcl 8.7 ABI check-in: 668d4221ed user: kennykb tags: notworking, tcl_8_7_branch | |
|
2019-11-19
| ||
| 03:52 | Merge refactoring so that all direct operations interact correctly with the callframe. check-in: b9e2a13b96 user: kbk tags: trunk | |
| 03:48 | Merge dkf's fixes that make type coercion run in a reasonable amount of time check-in: bf9270cd5a user: kbk tags: kbk-refactor-directops | |
|
2018-12-27
| ||
| 04:12 | Eliminate the 'isBoolean' instruction in favour of using the type checking machinery check-in: 0718166269 user: kbk tags: trunk | |
Changes
Changes to codegen/build.tcl.
Changes to codegen/compile.tcl.
Changes to codegen/struct.tcl.
Changes to demos/perftest/tester.tcl.
Changes to quadcode/translate.tcl.
Changes to quadcode/types.tcl.