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: inlining inefficiencies


Daniel Berlin <dberlin@dberlin.org> writes:

  > 
  > ssa-ccp seems to help the bar function a lot, by noting that the values 
  > it's storing into memory are constant.
  > 
  > The end result is that the stores get eliminated later:

Unfortunately it makes no difference on SPARC :-(

Are you planning on adding ssa-ccp to the tree level too? As is
doesn't seem that RTL ssa will be enabled by default soon... 



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