29.10.2012, 01:24, "John Regehr" <[email protected]>:
> A pass for eliminating references sounds extremely useful for reducing
> general C++ code!

Does convertion of references to pointers sound useful too?

Conversion of reference to pass by value is not always valid because it requires
definition of type to be placed above. On the other hand, creduce already has
passes dealing with pointers.

It's also possible to convert built-in types to values and other types to 
pointers.
Any thoughts?


-- 
Regards,
Konstantin

Reply via email to