On Thu, Jul 27, 2017 at 2:39 PM, Richard Sandiford
wrote:
> [ Needed to unblock https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00198.html ]
>
> This patch uses new, delete, constructors and desctructors to manage
> vec_info. This includes making ~vec_info free all the data shared
> by bb_vec_info
[ Needed to unblock https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00198.html ]
This patch uses new, delete, constructors and desctructors to manage
vec_info. This includes making ~vec_info free all the data shared
by bb_vec_info and loop_vec_info, whereas previously the code was
duplicated in des