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

Re: Patch to fix / improve delete_prior_computation


>On Sun, Apr 08, 2001 at 11:48:39AM -0400, John Wehle wrote:
>> Currently delete_prior_computation ...
>
> ... is a hack.  Use flow.c for proper dead code removal.

Perhaps.  However delete_computation (which uses delete_prior_computation)
is in use in several places.  Presumably it's useful in which case
improving it should be a good thing (especially if it's a matter of
simplifying the routine to produce better results).

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


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