|
From: Enlightenment C. <no...@cv...> - 2006-10-22 10:04:31
|
Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: configure.in Log Message: speed up e17's login - reduce disk IO wait. on my p4 3.4ghz + reiser3fs IO Wait time went from 2.6 to 1.9 seconds (total login time went from 3.01511 to 2.29971, with 100% cached login time being 0.41809) on my core 2 duo laptop + ext3fs IO Wait time went from 2.05 to 1.15 seconds (total login time went from 2.50988 to 1.60785, with 100% cached login time being 0.45850) this should speed up e's login a bit... i hope. note - it is adaptive. it needs you to log in at least once using the current code as it traps and logs certain file accesses and needs that log to replay next login. =================================================================== RCS file: /cvs/e/e17/apps/e/configure.in,v retrieving revision 1.135 retrieving revision 1.136 diff -u -3 -r1.135 -r1.136 --- configure.in 19 Oct 2006 23:44:54 -0000 1.135 +++ configure.in 22 Oct 2006 10:03:58 -0000 1.136 @@ -280,6 +280,7 @@ src/modules/ibox/module.desktop src/modules/start/Makefile src/modules/start/module.desktop +src/preload/Makefile data/Makefile data/fonts/Makefile data/images/Makefile |