[gnome-builder] libide: add note about reducing overhead in worker processes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: add note about reducing overhead in worker processes
- Date: Fri, 30 Oct 2015 21:17:00 +0000 (UTC)
commit f1b2c4910cf02f1b2c04fc865de1c0ec2306fc03
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 505a010..d1ff190 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]