Re: [RFA] Cgraph alias reorg 7/14 (no longer try to diable devirtualization on thunks)

2011-06-10 Thread Richard Guenther
On Fri, 10 Jun 2011, Jan Hubicka wrote: > Hi, > code to refuse thunks in gimple_get_virt_method_for_binfo is no-op since I > comitted the thunk rewrite: thunks no longer have same_bodyy_alias flag set. > Only case where it chould diable the devirtualization is when NODE is NULL, > but that won't r

[RFA] Cgraph alias reorg 7/14 (no longer try to diable devirtualization on thunks)

2011-06-10 Thread Jan Hubicka
Hi, code to refuse thunks in gimple_get_virt_method_for_binfo is no-op since I comitted the thunk rewrite: thunks no longer have same_bodyy_alias flag set. Only case where it chould diable the devirtualization is when NODE is NULL, but that won't really happen for thunks anyway. Consequentely this