Marking variable as addressable from within SSA pass

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Fri Mar 19 22:06:00 GMT 2004


    You do not want to do this.  Addressing variables SEVERELY pessimizes
    the code.  Use a VIEW_CONVERT_EXPR to change the type instead.

Amusing that this tree code, originally viewed as Ada-specific, will
find another use!



More information about the Gcc mailing list