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

[patch] Split Parse Timevar


The TV_PARSE timevar accounted for too much time to be genuinely
useful.  This patch split it into five timevars,

    TV_PARSE_ENUM   - time parsing enum definitions
    TV_PARSE_FUNC   - time parsing function definitions
    TV_PARSE_INMETH - time parsing inline method definitions
    TV_PARSE_STRUCT - time parsing struct/union/class definitions
    TV_PARSE_GLOBAL - all other time formerly under TV_PARSE

Okay for trunk?

-- 
Lawrence Crowl

Attachment: timevar.diff
Description: Text document


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