This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/23134] Address escapes even though the called function does not cause it to escape


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-11 17:20 -------
I think the FIXME in tree-ssa-operands.c is the issue here:
  /* FIXME - if we have better information from the static vars
     analysis, we need to make the cache call site specific.  This way
     we can have the performance benefits even if we are doing good
     optimization.  */

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23134


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