From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5499 invoked by alias); 28 Sep 2012 10:48:32 -0000 Received: (qmail 5478 invoked by uid 48); 28 Sep 2012 10:48:32 -0000 From: "vanboxem.ruben at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug win32/14619] Slow startup when built without --disable-nls Date: Fri, 28 Sep 2012 10:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: win32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vanboxem.ruben at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q3/txt/msg00423.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14619 --- Comment #4 from vanboxem.ruben at gmail dot com 2012-09-28 10:48:29 UTC --- Created attachment 6659 --> http://sourceware.org/bugzilla/attachment.cgi?id=6659 gprof profile data for GDB with and without nls I attached profile data for gdb without --disable-nls (gdb.txt) and with --disable-nls (gdb-nls.txt). I have verified that under profiling the difference in time between the two versions is present. I built expat/gdb like this: $ ../expat-2.1.0/configure --host=x86_64-w64-mingw32 --prefix=/expat --disable-shared CFLAGS=-pg CXXFLAGS=-pg LDFLAGS=-pg && make && make install $ ../gdb-7.5/configure --host=x86_64-w64-mingw32 --prefix=/gdb --disable-multilib --disable-win32-registry --disable-rpath --disable-werror AR=ar --with-libexpat-prefix=/expat --disable-nls CFLAGS=-pg CXXFLAGS=-pg LDFLAGS=-pg && make && make install $ ../gdb-7.5/configure --host=x86_64-w64-mingw32 --prefix=/gdb-nls --disable-multilib --disable-win32-registry --disable-rpath --disable-werror AR=ar --with-libexpat-prefix=/expat CFLAGS=-pg CXXFLAGS=-pg LDFLAGS=-pg && make && make install If you need anything else, I'll see what I can do. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.