[cfe-commits] [PATCH] Analysis/Support/BumpVector.h insert method.

Ted Kremenek kremenek at apple.com
Mon Sep 13 14:17:00 PDT 2010


Hi Marcin,

If you think you will need to be using insert(), I'm dubious that a vector is the right data structure.  Doing inserts repeatedly might wreck havoc on CFG construction time.  What do you think?

On Sep 13, 2010, at 12:51 PM, Marcin Świderski wrote:

> Hi
> 
> This is an implementation of insert method for BumpVector that is needed in my work on CFG.
> 
> Cheers,
> Marcin
> <bump-vector-insert.patch>





More information about the cfe-commits mailing list