This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Marking variable as addressable from within SSA pass


    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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]