This is the mail archive of the gcc@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]

Re: Compilation performance comparison of 3.5.0 and TreeSSA treeson MICO sources as requested in: [tree-ssa] Merge status 2004-05-03


On Wed, 2004-05-05 at 19:07, Jan Hubicka wrote:
> I meant to
> implement equivalent of delete_trivially_dead_insns for trees but didn't
> get into it yet.
> 
Wait.  Why not schedule a regular DCE pass?  It's fast enough.  We
should try to avoid creating ad-hoc passes as much as possible.  If the
regular DCE proves to slow, we can consider a simpler one.


Diego.


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