author | Serge Gautherie <sgautherie.bz@free.fr> |
Fri, 23 Mar 2012 02:58:24 +0100 | |
changeset 90120 | 996b89200406b4abae2ab874be1ed412aa14017c |
parent 90119 | 2cec1f79a141fc6098fae474c67b6eb03c8d819c |
child 90121 | ab2ff3b5611fe63c94b3de9beae3757076214ef5 |
push id | 7485 |
push user | mak77@bonardo.net |
push date | Fri, 23 Mar 2012 11:52:16 +0000 |
treeherder | mozilla-inbound@b3e429486693 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dbaron |
bugs | 712552 |
milestone | 14.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
tools/trace-malloc/spacecategory.c | file | annotate | diff | comparison | revisions | |
tools/trace-malloc/spacetrace.c | file | annotate | diff | comparison | revisions |
--- a/tools/trace-malloc/spacecategory.c +++ b/tools/trace-malloc/spacecategory.c @@ -47,19 +47,16 @@ /* ** Required include files. */ #include "spacetrace.h" #include <ctype.h> #include <string.h> -/* -** Ugh, MSVC6's qsort is too slow... -*/ #include "nsQuickSort.h" #if defined(HAVE_BOUTELL_GD) /* ** See http://www.boutell.com/gd for the GD graphics library. ** Ports for many platorms exist. ** Your box may already have the lib (mine did, redhat 7.1 workstation). */
--- a/tools/trace-malloc/spacetrace.c +++ b/tools/trace-malloc/spacetrace.c @@ -65,19 +65,16 @@ ** Your box may already have the lib (mine did, redhat 7.1 workstation). */ #include <gd.h> #include <gdfontt.h> #include <gdfonts.h> #include <gdfontmb.h> #endif /* HAVE_BOUTELL_GD */ -/* -** Ugh, MSVC6's qsort is too slow... -*/ #include "nsQuickSort.h" #include "prlong.h" /* ** strcasecmp API please. */ #if defined(_MSC_VER) #define strcasecmp _stricmp #define strncasecmp _strnicmp