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 tree-optimization/18587] build_v_may_defs and build_vuses should be hastables instead of varray


------- Additional Comments From amacleod at redhat dot com  2004-11-22 17:39 -------
90% of what? the time spent in alias analysis?  how long is the average operand
list we are looking up then? is it because the lists are long, or is it because
there are a bazillion lookups? 

If the lists are longish, then we have a good argument for introducing sorted by
DECL_UID operand lists that have been discussed at various times in the past. 
The lookup time can be decreased significantly.



-- 


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


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