Check-in [dbd9571178]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Move callframe moves to the actual points where callframe values are moved. They can then be optimized by avaiability and liveness analysis.
Timelines: family | ancestors | descendants | both | notworking | kbk-refactor-callframe
Files: files | file ages | folders
SHA3-256: dbd9571178f097cefc9361707c89a48ea8565504e7e3f21813611404cc541a39
User & Date: kbk 2019-01-01 21:57:35.086
Context
2019-01-01
23:06
Update quadcode generation and documentation so that 'direct' operations refer to the callframe (which is necessary in the event that they are emitted to deal with double-dereference). CODE ISSUER IS NOT YET UPDATED TO COPE WITH THE CHANGE. check-in: 104debc734 user: kbk tags: notworking, kbk-refactor-callframe
21:57
Move callframe moves to the actual points where callframe values are moved. They can then be optimized by avaiability and liveness analysis. check-in: dbd9571178 user: kbk tags: notworking, kbk-refactor-callframe
2018-12-29
21:00
Keep dictionary iterations out of the callframe - they can never be addressed by upvar check-in: ea7b788fb4 user: kbk tags: kbk-refactor-callframe
Changes
Unified Diff Side-by-Side Diff Patch
Changes to quadcode/callframe.tcl.
Changes to quadcode/transformer.tcl.
Changes to quadcode/translate.tcl.