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/23939] DOM has dead code, VALUE_HANDLEs are not created during DOM


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-18 00:48 -------
(In reply to comment #1)
> That's by design.  We want to eventually create value handles early,
> then maintain them through the optimization passes (which would allow
> removing DOM's hashing code completely).

That might be by design but right now it is causing a bloated cc1 and a slight compile time issue.

-- 


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


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