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]

Re: powerpc & unaligned block moves with fp registers


>>>>> degger  writes:

Daniel> Depends on the CPU, The latest PPCs for example combine accesses under
Daniel> most conditions, however having several accesses instead of a single one
Daniel> will lead to higher I-Cache pressure. I would prefer aligning the
Daniel> complete structure on a natural boundary and extract single components
Daniel> by masking them.

	Aligning the structure on particular boundaries violates the
existing PowerPC ABIs.  Next...

David


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