It might be better to submit this to trunk first. thanks,
David On Sat, Apr 20, 2013 at 5:09 PM, Sriraman Tallam <tmsri...@google.com> wrote: > Fixed a bug in the previous patch sent, where I did not check if the > switch section was actually to the cold function part. Updated patch > attached. > > Thanks > Sri > > > > On Fri, Apr 19, 2013 at 1:58 PM, Sriraman Tallam <tmsri...@google.com> wrote: >> Updated patch attached. >> >> Thanks >> Sri >> >> On Fri, Apr 19, 2013 at 1:43 PM, Sriraman Tallam <tmsri...@google.com> wrote: >>> Hi, >>> >>> This patch generates labels for cold function parts that are split when >>> using the option -freorder-blocks-and-partition. The cold label name >>> is generated by suffixing ".cold" to the assembler name of the hot >>> function. >>> >>> This is useful when getting back traces from gdb when the cold function >>> part does get executed. >>> >>> I will port this patch to trunk, please let me know what you think. >>> >>> Thanks >>> Sri