This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function



------- Comment #24 from zadeck at gcc dot gnu dot org  2008-10-08 02:53 -------
Subject: Bug 37448

Author: zadeck
Date: Wed Oct  8 02:52:28 2008
New Revision: 140960

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140960
Log:
2008-10-07  Kenneth Zadeck <zadeck@naturalbridge.com>

        PR rtl-optimization/37448
        alloc_pool_desc (elt_size): New field.
        alloc_pool_desc (created, allocated, current, peak): Make unsigned
        long.
        output_info (count): Renamed total_created and made unsigned long.
        output_info (size): Renamed total_allocated and made unsigned long.
        alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
        pool_free): Properly keep track of desc->size.
        (print_statistics, dump_alloc_pool_statistics): Enhance the
        printing of statistics to print the number of elements and to use
        unsigned longs.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alloc-pool.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]