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 c++/14179] [3.3/3.4/4.0 Regression] array parsing could be made faster


------- Additional Comments From giovannibajo at libero dot it  2004-09-25 00:50 -------
No, sorry, this is wrong. This bug still shows a big memory regression. As I am 
explaining in comment #26 and comment #28, I am working on a patch to 
process_init_constructor to fix it, but we are not there yet.

(when I said "I confirm this is not a bottleneck on mainline anymore" I meant 
that the standard conversion code was not eating too much memory -- the 
testcase still cannot be compiled on my computer because of useless TREE_LISTs 
we build in process_init_constructor).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|compile-time-hog            |memory-hog
            Summary|array parsing could be made |[3.3/3.4/4.0 Regression]
                   |faster                      |array parsing could be made
                   |                            |faster


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


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