From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11743 invoked by alias); 25 Sep 2012 09:53:30 -0000 Received: (qmail 11724 invoked by uid 48); 25 Sep 2012 09:53:29 -0000 From: "vanboxem.ruben at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug win32/14619] New: Slow startup when built without --disable-nls Date: Tue, 25 Sep 2012 09:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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/msg00387.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14619 Bug #: 14619 Summary: Slow startup when built without --disable-nls Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: win32 AssignedTo: unassigned@sourceware.org ReportedBy: vanboxem.ruben@gmail.com Classification: Unclassified On Windows, when starting a Qt GUI "Hello World!" style app, startup time on my 8GB RAM Core i5 2.5-3.2 GHz is dramatically increased when gdb is not built without nls. Doing gdb testapp set verbose on run shows me that the delay is due to symbol loading of QtCore4d (2 vs 6 seconds) and QtGui4d (6 vs 18 seconds). The times are counted by me and recorder visually. The issue is discussed here: http://sourceforge.net/mailarchive/message.php?msg_id=29795741 Where the "rubenvb" build left out --disable-nls and the mingw-builds didn't. I built gdb with --disable-nls seperately and verified it improves the times as described above and in that thread. I'm sure this isn't wanted. Providing a minimal testcase will be difficult, the Qt debug DLL's involved are quite large, but it should be reproducible with the official Qt installer and for example my GCC 4.7.1 32-bit toolchains' gdb. -- 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.