Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

comment:2 Changed 14 years ago by (none)

Milestone: 4.3.0

Milestone 4.3.0 deleted

Note: See TracTickets for help on using tickets.