search for: inlinereport

Displaying 1 result from an estimated 1 matches for "inlinereport".

2015 Oct 22
8
RFC: Inlining report
...-report=X is passed on command line with a positive integer value of X. If X is 0, or this option is not specified, the Inliner does not create or perform any operations on the inline report, and there is no compile time overhead. Three main classes are used to implement the inline report: class InlineReportCallSite This class contains the inlining report information specific to a particular CallSite CS, including: (1) A bool indicating whether or not the CallSite was or was not inlined (2) An inlining reason indicating why the CallSite was or was not inlined (3) The inlining cost, outer...