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 middle-end/13214] GCJ uses surprsingly long to compile included example


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 14:04 -------
Back in the middle-end on the tree-ssa.  

Speeding up can happen by inlining rtx_alloc_stat for -O0 speedup.

For -O1 and above, inlining craph_edge would help a lot.

Putting these two functions in the headers and then declaring them as inline will help.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-12-17 02:32:15         |2004-04-27 14:04:31
               date|                            |


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


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