[gnome-builder/wip/chergert/multi-process] libide: add note about reducing overhead in worker processes



commit 8352a9a1fe018ad9f6c6e3989763f2f8aad81400
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 20 00:53:42 2015 -0700

    libide: add note about reducing overhead in worker processes
    
    As we venture towards moving more into libide, we can clean this up a bit
    so that the worker processes are a bit more lightweight.

 libide/ide.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide.c b/libide/ide.c
index 54c6775..ee521e2 100644
--- a/libide/ide.c
+++ b/libide/ide.c
@@ -143,6 +143,7 @@ ide_init_ctor (void)
       exit (EXIT_FAILURE);
     }
 
+  /* TODO: tune what we startup here once we have IdeApplication/IdeWorkbench/etc. */
   _ide_thread_pool_init ();
 
   _ide_battery_monitor_init ();


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