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]

Re: Fix tree based profiling


    you apparently broke tree based profiling - the incerments ends up to
    be generated all for the first element of the array.  The attached
    patch fix it, I will commit it if the testing passes (since the code
    is not executed, it likely will ;)

Sorry about that typo.

I also hadn't realized that TYPE_ALIGN_UNIT existed and now see that there
are a few uses of TYPE_ALIGN and DECL_ALIGN that could be simplified
with that macro and will do so.


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