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/18687] [4.0 Regression] ~50% compile time regression


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-30 14:32 -------
At -O2 and -O3 also I see is_attribute_p is always taking 2% of the time.
At -O0:
- is_attribute_p -  6%
- decode_reg_name - 2.1%
at -O1:
- is_attribute_p -  2.5%
- decode_reg_name 0.8%
at -O2:
 - is_attribute_p -  1.9%
- decode_reg_name  - 0.5%
at -O3 (this was a bigger sample than the obove ones):
- is_attribute_p -  1.8%
- decode_reg_name - 0.6%


-- 


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


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