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]

CASE_VECTOR_SHORTEN_MODE


Hi,

I have a question regarding the optimization given by
CASE_VECTOR_SHORTEN_MODE.
The documentation says: "To make this work, you also have to define
INSN_ALIGN and make the alignment for addr_diff_vec explicit."

What is INSN_ALIGN? I didn't find any other reference to it in the
documentation. Am I suppose to use ADDR_VEC_ALIGN
macro to define the alignment for addr_diff_vec? Is there something other
then that I need to do to make this work?

Regards,
    Tal.




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