Re: [lc-devel] Dump of my brain real quick
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@im...> - 2003-10-15 00:05:40
|
On Tue, Oct 14, 2003 at 03:07:36PM +0200, Bob Arctor wrote: > > o Port it a PDA architecture and measure CC benefit on such a > > system. This would require improvement of virtual swap > > structure to make Linux to swap out pages when we don´t have > > swap available. > > > > erm, isn't this obsolete? > > you can have swap implemented in ramdisk , swapfile on tmpfs , or > use part of system's memory - or even other system's ram like unused > video card ram - via mtdblock and slram. i used usused video memory > of my laptop along with ccache, and it worked great. In my opinion it's not obsolete, because we don't have to remove the fragment from the compresse cache and store it in the swap (regardless if it's in ramdisk, for example), decreasing variables that account for compression success. However, the current vswap code isn't very stable and needs improvement, so we should give a second thought if the effort is worth its benefit. Regards, -- Rodrigo |