Summary

non-atomic expressions in operator position are suboptimally handled

Metadata

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

Changes and comments

[2009-11-23 17:50:03 UTC] felix changed status from new to closed

[2009-11-23 17:50:03 UTC] felix set resolution to fixed

[2010-03-11 10:33:12 UTC] Milestone 4.3.0 deleted