This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH][PPC] Remove unnecessary local variable mptwo


> By which, you mean, if the element access is predictable enough the
> compiler will simply populate a register with the referenced value and
> use it instead of checking any actual data structure constructed on
> the stack, and will in-fact decline to generated that data structure
> at all?

Exactly.  (I have no idea if anything like that is feasible in this
particular case.)


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