On Sun, 26 Jun 2005 21:37:48 CDT, David Masover said: > Assume we can do on-disk caching, similar to fscache/cachefs for nfs. > Now, benchmark: > > $ unzip linux-2.6.12.zip && make -C linux-2.6.12 > > versus the hypothetical > > $ make -C linux-2.6.12.zip/.../contents > > This is an automatic performance gain, in theory, because the second > command is identical to unzipping just the parts you need into > linux-2.6.12, then running "make". Nope, they're not identical. The first specifically unzips it into the file system, leaving the zip file intact. The second, you're having to take all those .o files and other stuff that the 'make' generates and put them back into the .zip file *on the fly* - when the 'make' is half done, the .zip should reflect a directory tree that has had half the make execute.... (Think - after that hyptothetical 'make' completes, where is 'vmlinux'? ;)
Attachment:
pgpilVm7kMSqv.pgp
Description: PGP signature
- Follow-Ups:
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- References:
- Re: reiser4 plugins
- From: Horst von Brand <[email protected]>
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- From: [email protected]
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- From: [email protected]
- Re: reiser4 plugins
- From: Hans Reiser <[email protected]>
- Re: reiser4 plugins
- From: Lincoln Dale <[email protected]>
- Re: reiser4 plugins
- From: Gregory Maxwell <[email protected]>
- Re: reiser4 plugins
- From: Lincoln Dale <[email protected]>
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- From: [email protected]
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- From: [email protected]
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- From: [email protected]
- Re: reiser4 plugins
- From: David Masover <[email protected]>
- Re: reiser4 plugins
- Prev by Date: Re: [patch] Real-Time Preemption, -RT-2.6.12-rc6-V0.7.48-00
- Next by Date: Re: reiser4 plugins
- Previous by thread: Re: reiser4 plugins
- Next by thread: Re: reiser4 plugins
- Index(es):