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++] use a VEC in typeck2.c:build_x_arrow


On Mon, Jun 7, 2010 at 12:47 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:
> On Mon, Jun 07, 2010 at 12:33:02PM -0400, NightStrike wrote:
>> On Tue, Jun 1, 2010 at 3:29 PM, Mark Mitchell <mark@codesourcery.com> wrote:
>> > Nathan Froyd wrote:
>> >> The patch below converts build_x_arrow to use a VEC rather than a
>> >> TREE_LIST for the types_memoized variable. I hope the number of types
>> >> this function is expected to encounter is small...
>> >
>> > Yeah... But, even if O(N) == O(N), your patch sure should help with the
>> > constant factor.
>> >
>> >> ? ?* typeck2.c (build_x_arrow): Make types_memoized a VEC.
>> >
>> > OK.
>>
>> Ping.. was this committed?
>
> Yes, r160119.
>
> Could you please check relevant ChangeLogs before pinging patches? ?I'd
> rather not being receiving pings for patches that I've already
> committed. ?Or is this just some sort of startup cost and things will
> settle down to a steady state soon?
>
> -Nathan
>

Thanks!

And, hopefully people will start saying "Committed rev X" in their
appropriate threads, as per my original message.  I picked June 1 as
the place to start, and am ignoring everything older than that.

I can blaze through a couple hundred threads in just a few minutes
when there are commit messages posted, so hopefully with those
starting to happen, we'll streamline everything.


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