This is the mail archive of the gcc-patches@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: [PATCH] C++-ify and simplify loop iterators


On Tue, Nov 19, 2013 at 10:09 AM, Michael Matz <matz@suse.de> wrote:

> OMG, finally a c++ification that _shrinks_ client code instead of
> bloating it.

Not quite. The patch that converted VEC macros removed a non-trivial
amount of client code.

$ git log -p -n1 f1f41a6cdc47d5123dd30ab110cc35c90f8189cb -- $(find
-name '*.c')| diffstat | tail -1
 272 files changed, 9309 insertions(+), 10157 deletions(-)


Diego.


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