Trivial patch to change some memory statistic slots to longs from ints

Andrew Pinski pinskia@gmail.com
Thu Sep 18 05:09:00 GMT 2008


On Wed, Sep 17, 2008 at 6:15 PM, Bradley Lucier <lucier@math.purdue.edu> wrote:
> Using it, one finds that 10,292,897,120 bytes of bitmaps and 6,449,831,120
> bytes in alloc-pools are allocated with mainline for PR 26854  on
> x86-64-linux.  I don't have checkin privileges.

Most likely you want to use HOST_WIDEST_INT instead of long really as
that will most likely be a 64bit rather than the 32bit that long or
int can be on some targets.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list