]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc-gcc-page.c.patch
This commit was manufactured by cvs2git to create branch 'GCC_3_4'.
[packages/gcc.git] / gcc-gcc-page.c.patch
diff --git a/gcc-gcc-page.c.patch b/gcc-gcc-page.c.patch
deleted file mode 100644 (file)
index 120a2df..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN gcc-3.2.2.org/gcc/ggc-page.c gcc-3.2.2/gcc/ggc-page.c
---- gcc-3.2.2.org/gcc/ggc-page.c       Tue Feb 18 14:27:56 2003
-+++ gcc-3.2.2/gcc/ggc-page.c   Tue Feb 18 14:28:16 2003
-@@ -346,9 +346,9 @@
-    one) before collection is performed.  */
- #define GGC_MIN_EXPAND_FOR_GC (1.3)
--/* Bound `allocated_last_gc' to 4MB, to prevent the memory expansion
-+/* Bound `allocated_last_gc' to 16MB, to prevent the memory expansion
-    test from triggering too often when the heap is small.  */
--#define GGC_MIN_LAST_ALLOCATED (4 * 1024 * 1024)
-+#define GGC_MIN_LAST_ALLOCATED (16 * 1024 * 1024)
- /* Allocate pages in chunks of this size, to throttle calls to memory
-    allocation routines.  The first page is used, the rest go onto the
This page took 0.02671 seconds and 4 git commands to generate.