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 debug/41371] [4.5 Regression] var-tracking is slow and memory hungry



------- Comment #14 from jakub at gcc dot gnu dot org  2010-01-13 13:27 -------
Subject: Bug 41371

Author: jakub
Date: Wed Jan 13 13:26:47 2010
New Revision: 155858

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155858
Log:
        PR debug/41371
        * var-tracking.c (values_to_unmark): New variable.
        (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
        values_to_unmark vector.  Moved body to...
        (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
        instead queue it into values_to_unmark vector.
        (vt_find_locations): Free values_to_unmark vector.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/var-tracking.c


-- 


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


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