This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug win32/14619] Slow startup when built without --disable-nls


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.


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