search for: d63306

Displaying 3 results from an estimated 3 matches for "d63306".

Did you mean: d63036
2019 Jun 13
2
[RFC] Remarks-based code size analysis tool
...inter remarks. (2) and (3) can be accomplished by searching for remarks corresponding to interesting passes and by searching for size-info remarks respectively. For now, I just decided to implement the minimum set of features for a useful tool. The patch is available here: https://reviews.llvm.org/D63306 <https://reviews.llvm.org/D63306> The tool in the patch works like this: $ ./sizediff old_version_of_program new_version_of_program And it produces output like this: function_name old_instruction_count new_instruction_count delta This output can tell me the following things: - Which fun...
2020 Nov 04
2
RFC: Combining Annotation Metadata and Remarks
...ps://reviews.llvm.org/D89240 The proposal also ties together and is enabled by some of the excellent work around the remark infrastructure recently, such as Francis’ work on emitting remarks as part of the binary or Jessica’s work on a remarks-based code-size diffing tool (https://reviews.llvm.org/D63306) Cheers, Florian
2020 Nov 06
0
RFC: Combining Annotation Metadata and Remarks
...ews.llvm.org/D89240 > > The proposal also ties together and is enabled by some of the excellent work around the remark infrastructure recently, such as Francis’ work on emitting remarks as part of the binary or Jessica’s work on a remarks-based code-size diffing tool (https://reviews.llvm.org/D63306) > > > Cheers, > Florian > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev