This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Leaking bitmap data in ree.c?


On Mon, 2016-03-21 at 11:13 -0600, Jeff Law wrote:
> On 03/21/2016 11:15 AM, Trevor Saunders wrote:
> > 
> > > I'll resist the urge for now to apply RAII principles in this
> > > code, but
> > > that'd probably a much cleaner way to think about the problem in
> > > general.
> > 
> > I worked on a couple attempts to c++ify bitmaps a while back, but
> > never
> > finished any of them, but I could probably publish what I did in
> > case
> > someone wants to pick that up for gcc 7.
> Can't hurt.
> 
> FWIW, bitmaps are low level and independent of trees, rtl, etc that
> we 
> ought to (in theory) be able to class-ify them and build a real unit 
> testing framework for them.

Something like:
https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02371.html

?


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