]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-gcc-page.c.patch
- added amd64-thunk patch (PR16092); release 3
[packages/gcc.git] / gcc-gcc-page.c.patch
CommitLineData
2b99c2d2
AM
1diff -urN gcc-3.2.2.org/gcc/ggc-page.c gcc-3.2.2/gcc/ggc-page.c
2--- gcc-3.2.2.org/gcc/ggc-page.c Tue Feb 18 14:27:56 2003
3+++ gcc-3.2.2/gcc/ggc-page.c Tue Feb 18 14:28:16 2003
4@@ -346,9 +346,9 @@
5 one) before collection is performed. */
6 #define GGC_MIN_EXPAND_FOR_GC (1.3)
7
8-/* Bound `allocated_last_gc' to 4MB, to prevent the memory expansion
9+/* Bound `allocated_last_gc' to 16MB, to prevent the memory expansion
10 test from triggering too often when the heap is small. */
11-#define GGC_MIN_LAST_ALLOCATED (4 * 1024 * 1024)
12+#define GGC_MIN_LAST_ALLOCATED (16 * 1024 * 1024)
13
14 /* Allocate pages in chunks of this size, to throttle calls to memory
15 allocation routines. The first page is used, the rest go onto the
This page took 0.147652 seconds and 4 git commands to generate.