[cfe-dev] LValue to RValue conversion and AST size

Abramo Bagnara abramo.bagnara at gmail.com
Wed Dec 8 02:52:39 PST 2010


Adding an implicit cast node for each lvalue to rvalue conversion has a
severe impact on the number of nodes in the AST.

Have you considered to add a bit to the nodes that might be casted (or
at least the more frequent ones) or other alternatives?



More information about the cfe-dev mailing list