diff options
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r-- | gcc/ggc-zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c index 5a7d6d447f5..b9ad7334655 100644 --- a/gcc/ggc-zone.c +++ b/gcc/ggc-zone.c @@ -172,7 +172,7 @@ struct alloc_chunk { Similar with increasing max_free_bin_size without increasing num_free_bins. After much histogramming of allocation sizes and time spent on gc, - on a powerpc G4 7450 - 667 mhz, and an pentium 4 - 2.8ghz, + on a PowerPC G4 7450 - 667 mhz, and a Pentium 4 - 2.8ghz, these were determined to be the optimal values. */ #define NUM_FREE_BINS 64 #define MAX_FREE_BIN_SIZE 256 |