This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update on freeze status of glibc 2.18?


On Tue, Jun 11, 2013 at 10:41:22AM -0300, Adhemerval Zanella wrote:
> On 10-06-2013 20:14, Carlos O'Donell wrote:
> > Community,
> >
> > How are we doing with 2.18?
> >
> > Are we ready for the freeze?
> >
> > Ryan,
> >
> > I see the IBM work is out of the release blockers section.
> >
> > Is everything done there?
> 
> Hi Carlos,
> 
> I believe this only real patch we would like to push to 2.18 is the
> TCB change to support forthcoming EBB feature:
> http://sourceware.org/ml/libc-alpha/2013-06/msg00105.html
> 
> I would like also to push the fix gcc-4.8 + tree-loop-distribute-patterns
> (http://sourceware.org/ml/libc-alpha/2013-05/msg00878.html), but since
> there is no reply since I posted the patch I don't think we will be able
> to push it until next week.

There are two other options. 

* save/restore floating registers in rtld. A performance impact of this
  is likely minimal given how big is overhead. As it would need
  consensus this is unlikely for 2.18

* I recalled that I removed memset-x86-64 as unused. Now I am bit
puzzled why it was not used by rtld.

So we could dig sysdeps/x86-64/multiarch/memset-x86-64.S rename it to
rtld-memset.S and adjust names.

Comments?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]