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 speedup haifa scheduler for big basic blocks


>         free (true_dependency_cache);
>         true_dependency_cache = NULL;
>+       free (anti_dependency_cache);
>+       anti_dependency_cache = NULL;
>+       free (output_dependency_cache);
>+       output_dependency_cache = NULL;
>+ #ifdef ENABLE_CHECKING
>+       free (output_dependency_cache);
                ^^^^^^^^^^^^^^^^^^^^^^^^
Shouldn't that be forward_dependency_cache?



Thanks, Franz.  Sure it should be forward_dependency_cache.  It is
strange that bootsrap test worked fine on i386 and sparc.

In any case I already fixed the typo.

Vlad


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