This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
On Tuesday 22 March 2005 11:27, Chris Jefferson wrote:Steven Bosscher wrote:Could you send me a preprocessed file for this? I want to know where all that time is going in a non-PCH compile (I have a few ideas, but I'd like to check them...).
Heres a bzip2ed, preprocessed copy of testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc. (for 4.1.0 20050315) Have fun ;)
Blech. Almost *all* compile time is sucked up in the C++ front end name look stuff (at any -On, here at -O0):
Execution times (seconds)
life analysis : 0.00 ( 0%) usr 0.00 ( 0%) sys 0.01 ( 0%) wall
preprocessing : 0.30 ( 4%) usr 0.20 (15%) sys 0.59 ( 7%) wall
parser : 1.61 (22%) usr 0.63 (46%) sys 2.41 (27%) wall
name lookup : 5.40 (73%) usr 0.50 (37%) sys 5.65 (64%) wall
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |