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/31412] [4.3] inf loop/long compile time, time spent in var-tracking.c



------- Comment #6 from bonzini at gnu dot org  2007-04-03 13:33 -------
anyway, the code looks well written.  the dataflow_set_* functions look
inefficient, though.  maybe it's also possible to replace hash tables with
pointer maps (there is a 1:1 relationships between decl nodes and their
DECL_UID, right?)


-- 


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


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