On 07 Apr 22:37, Jan Hubicka wrote:
>
> OK, thanks!
> Please put the comment about inline clones just before the global.inlined_to
> test
> and make the comment about thunks separate.
> Probably "Thunks can not call across section boundary"
>
> Honza
Here is a committed variant.
Thanks,
Ilya
-
> Hi,
>
> Currently enqueue_references in comdats pass enqueue target function instead
> of thunks. But propagate_comdat_group doesn't walk through thunks and
> therefore comdat group of thunk's caller is not propagated into thunk's
> target function. This patch tries to fix it. Testing is i