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]

RFC: Optimize caller-saved register


Hi,

Currently we save the entire register content for caller-saved
register, even though
only lower 4/8 bytes are used, as in the case of SSE math without
vectorizer. Is it
possible to only save the used portion of register content for
caller-saved register?

Thanks.


H.J.


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