[gnome-devel-docs] [optimization guide] Fixed grammar mistake
- From: Christian Kirbach <ckirbach src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-devel-docs] [optimization guide] Fixed grammar mistake
- Date: Sun, 24 Oct 2010 16:26:53 +0000 (UTC)
commit 186e0d76d76b4a56de9294528c8532441c1e35c1
Author: Christian Kirbach <Christian Kirbach googlemail com>
Date:   Sun Oct 24 18:25:40 2010 +0200
    [optimization guide] Fixed grammar mistake
 optimization-guide/C/optimization-massif.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/optimization-guide/C/optimization-massif.xml b/optimization-guide/C/optimization-massif.xml
index 95bf2e0..282a0db 100644
--- a/optimization-guide/C/optimization-massif.xml
+++ b/optimization-guide/C/optimization-massif.xml
@@ -156,7 +156,7 @@ Called from:
   and 155 other insignificant places
         </programlisting>
         <para>
-            We now face diminishing returns for our optimization efforts. The graph hints at another possible approach: Both the "other" and "heap admin" bands are quite large. This tells us that there are a lot of small allocations are being made from a variety of places. Eliminating these will be difficult, but if they can be grouped then the individual allocations can be larger and the "heap admin" overhead can be reduced.
+            We now face diminishing returns for our optimization efforts. The graph hints at another possible approach: Both the "other" and "heap admin" bands are quite large. This tells us that there are a lot of small allocations being made from a variety of places. Eliminating these will be difficult, but if they can be grouped then the individual allocations can be larger and the "heap admin" overhead can be reduced.
         </para>
     </sect1>
     <sect1 id="optimization-massif-TBL-caveats">
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]