[gimp] app: Remove comments about cachelines in GimpDisplayShell



commit 6b5e495841002ae3575ca2421a2dc015e403ec68
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Mar 15 08:20:32 2011 +0100

    app: Remove comments about cachelines in GimpDisplayShell
    
    Remove comments about cachelines in GimpDisplayShell that no one cares
    about in 2011.

 app/display/gimpdisplayshell.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/app/display/gimpdisplayshell.h b/app/display/gimpdisplayshell.h
index b26d6b3..d9ee501 100644
--- a/app/display/gimpdisplayshell.h
+++ b/app/display/gimpdisplayshell.h
@@ -49,8 +49,6 @@ struct _GimpDisplayShell
 {
   GtkBox             parent_instance;
 
-  /* --- cacheline 2 boundary (128 bytes) was 20 bytes ago --- */
-
   GimpDisplay       *display;
 
   GimpUIManager     *popup_manager;
@@ -64,8 +62,6 @@ struct _GimpDisplayShell
   gboolean           snap_to_canvas;   /*  should the canvas be snapped to?   */
   gboolean           snap_to_vectors;  /*  should the active path be snapped  */
 
-  /* --- cacheline 3 boundary (192 bytes) --- */
-
   GimpUnit           unit;
 
   gint               offset_x;         /*  offset of display image            */
@@ -83,8 +79,6 @@ struct _GimpDisplayShell
   gint               x_dest_inc;
   gint               y_dest_inc;
 
-  /* --- cacheline 4 boundary (256 bytes) --- */
-
   GimpZoomModel     *zoom;
 
   gdouble            last_scale;       /*  scale used when reverting zoom     */
@@ -99,8 +93,6 @@ struct _GimpDisplayShell
   gdouble            last_motion_delta_y;
   gdouble            last_motion_distance;
 
-  /* --- cacheline 5 boundary (320 bytes) --- */
-
   GimpCoords         last_coords;      /* last motion event                   */
 
   gdouble            other_scale;      /*  scale factor entered in Zoom->Other*/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]