[llvm-commits] PATCH: Additional fragment statistics in MC Assembler

Eli Bendersky eliben at google.com
Mon Dec 10 11:00:51 PST 2012


Thanks for the review. Committed r169747.

Eli


On Mon, Dec 10, 2012 at 10:12 AM, Jim Grosbach <grosbach at apple.com> wrote:
> LGTM!
>
> On Dec 8, 2012, at 6:28 AM, Eli Bendersky <eliben at google.com> wrote:
>
>> Hello,
>>
>> Following up on
>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121203/158071.html
>>
>> This patch adds statistics for other non-DWARF fragments emitted by
>> the assembler. This is useful in order to know how the numbers add up,
>> since in particular the Align fragments account for a non-trivial
>> portion of the emitted fragments (especially on -O0 which sets
>> relax-all).
>>
>> Eli
>> <mc-add-statistics2.patch>
>



More information about the llvm-commits mailing list