#107 closed defect (fixed)
non-atomic expressions in operator position are suboptimally handled
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core-pending | Version: | 4.2.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Expressions in operator position of procedure calls should be simplified to (possibly temporary) variables to make it easier for the later analysis pass to figure out whether the operator is known. This is done for lambda
expressions but not for other non-atomic expressions. This should be generalized by always introducing a temporary.
See commit fb0304220af9473b18e238dbecf88bac25491f27
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | 4.3.0 |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 4.3.0 deleted