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: [3.3] C++ PATCH: Reduce size of saved bindings.


Neil Booth <neil at daikokuya dot co dot uk> writes:

| Gabriel Dos Reis wrote:-
| 
| >   Here is a preliminary small patch on name lookup performance issue
| > I'm working on.  It is check on gcc-3_3-branch and will be checked
| > also on mainline. 
| 
| Did it actually improve performance, though?

Running the compiler on the Qt-3.1.1 source showed slight decrease (-2%) in
time spent in system mode for the "major" files.  I was not expecting
a vaste improvement from this patch per se.  It is its combinaition
with patches that should that makes me see performance improvement in
my local tree. 

-- Gaby


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