Re: [PATCH, tm]: Annotate _ITM_free as leaf

2013-08-28 Thread Jan Hubicka
> On Wed, Aug 28, 2013 at 07:06:04PM +0200, Uros Bizjak wrote: > > >> while adding LEAF attributes, I apparently missed free. Malloc is > > >> already annotated. > > >> Fixed thus. Comitted as obvoius. > > > > > > Given that glibc headers mark free as leaf and nothing has been reported > > > aga

Re: [PATCH, tm]: Annotate _ITM_free as leaf

2013-08-28 Thread Jakub Jelinek
On Wed, Aug 28, 2013 at 07:06:04PM +0200, Uros Bizjak wrote: > >> while adding LEAF attributes, I apparently missed free. Malloc is > >> already annotated. > >> Fixed thus. Comitted as obvoius. > > > > Given that glibc headers mark free as leaf and nothing has been reported > > against it, it is

[PATCH, tm]: Annotate _ITM_free as leaf

2013-08-28 Thread Uros Bizjak
Hello! >> while adding LEAF attributes, I apparently missed free. Malloc is already >> annotated. >> Fixed thus. Comitted as obvoius. > > Given that glibc headers mark free as leaf and nothing has been reported > against it, it is probably fine; but you've ignored the comment that > told you to