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/34737] Scheduling of post-modified function arguments is not good



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-01-11 11:33 -------
No what happened with 4.0 is rather DOM would prop x+1 for each x.

Really this comes down to scheduling of instructions and moving them closer to
their usage.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|4.0.4                       |
            Summary|Inefficient gimplification  |Scheduling of post-modified
                   |of post-modified function   |function arguments is not
                   |arguments, TER doesn't do   |good
                   |its work                    |


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


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