On 4/23/2025 6:01 PM, Artemiy Volkov wrote:
> Hi all,
> 
> sending a v2 of
> https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680893.html after
> fixing several issues with the original patch.  Namely, the changes
> since v1 are:
> 
> - Remove the call to df_finish_pass () at the end of split_exit () and
>    simply restore the previous value of the DF flags instead to avoid UAF
>    errors.
> - Remove the call to df_analyze () at the end of split_exit () to save
>    compilation time.
> - Under -O1, always call df_remove_problem (df_live) whenever there was
>    a corresponding call to df_live_add_problem ().
> - Restore alphabetical order in common.opt{,.urls}.
> 
> Could anyone please review/commit on my behalf if OK?
>

Ping.

Thanks,
Artemiy

Reply via email to