Hi all.
I made some changes into kernel config today (I replaced cache allocator 
from slab to slob on non-SMP embedded targets - slob seems to have less 
resource consumption due to it's simplicity, and is targeted for small 
systems); also I enabled heap randomization (it's recommended value), 
and I choose to use -O2 optimization instead of -Os for i686 kernel 
(it's targeted for generic systems, so even some additional MBs of 
consumed memory shouldn't be a big trouble if it'll grant some speed-up).
Any opinions about these changes? And anybody can check how LEAF will 
work with these changes?

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to