On August 25, 2017 12:25:57 AM GMT+02:00, Jeff Law wrote:
>On 08/14/2017 03:19 AM, Bin Cheng wrote:
>> HI,
>> This patch adds copying interface for dependence_info. The
>methodology
>> is we don't copy such information by default, and this interface
>should
>> be called explicitly when it is safe
On 08/14/2017 03:19 AM, Bin Cheng wrote:
> HI,
> This patch adds copying interface for dependence_info. The methodology
> is we don't copy such information by default, and this interface should
> be called explicitly when it is safe and necessary to do so. Just like
> this patch uses the interfac
HI,
This patch adds copying interface for dependence_info. The methodology
is we don't copy such information by default, and this interface should
be called explicitly when it is safe and necessary to do so. Just like
this patch uses the interface in ivopts.
Bootstrap and test in series. Is it O