-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Open
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-mir-optArea: MIR optimizationsArea: MIR optimizationsC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC
Description
#142771 has eliminated the simple reference assignment statement. We should figure out more about how to represent others statements via debugging information.
Steps
- How to represent projection of place, i.e.,
_1.1 = &_2;
? - How to represent other rvalues?
- Other non-assignment statements?
Implementation history
#142771 has implemented _1 = &_2
.
Related Resources
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-mir-optArea: MIR optimizationsArea: MIR optimizationsC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC