Re: [PATCH] Convert profile scaling computations to rounding divides (issue9050044)

2013-05-02 Thread Richard Biener
On Tue, Apr 30, 2013 at 4:21 PM, Teresa Johnson wrote: > Follow-on patch to r197595 to complete the replacement of truncating divides > in profile scaling code with rounding divide equivalents using helper routines > in basic-block.h. See http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00321.html > f

[PATCH] Convert profile scaling computations to rounding divides (issue9050044)

2013-04-30 Thread Teresa Johnson
Follow-on patch to r197595 to complete the replacement of truncating divides in profile scaling code with rounding divide equivalents using helper routines in basic-block.h. See http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00321.html for background. In addition to bootstrap and profiledbootstrap b