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]

[Google/4-8] Support for user-guided feedback-directed library optimization


The attached patch adds support for user-guided feedback-directed
library optimization, for google/gcc-4_8 initially (to be ported to
google/gcc-4_9).

Cc'ing Honza for any comments since I would eventually like to send
this and follow-on work to trunk.

Patch to add support for user-guided feedback-directed library optimization.

Contains support for builtins and attributes for specifying user-supplied
routines for initializing, updating and analyzing profile counters during
profile collection runs, and for feeding back macro values via a new
parameter section in the gcda file.

Passes regression tests. Ok for google branches?

Thanks,
Teresa

-- 
Teresa Johnson | Software Engineer | tejohnson@google.com | 408-460-2413

Attachment: patch.diff
Description: Text document


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