From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Performance From: forsyth@caldo.demon.co.uk MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010509090154.015B9199E7@mail.cse.psu.edu> Date: Wed, 9 May 2001 09:58:39 +0100 Topicbox-Message-UUID: 9c18a95c-eac9-11e9-9e20-41e7f4b1d025 >>Anyway, as fast as kernel compilation is, I do have some >>questions about the performance. I tried a few ways of >>profiling the kernel during kernel compilation. At first >>I found that a lot of the kernel time was spent in halt() >>so I changed HLT to NOP in l.s. Now almost a third of the >>time is apparently spent in runproc(). it's in runproc waiting for something to do (hence the HLT in later versions). perhaps your action is i/o bound.