Re: Average number of instructions per line of kernel code

2007-08-30 Thread Freddy Spierenburg
Hi all, On Thu, 30 Aug 2007, Mohamed Bamakhrama wrote: > I have a question regarding the average number of assembly > instructions per line of kernel code. I may completely miss out on this one, but what's the point in knowing? -- $ cat ~/.signature Freddy Spierenburg <[EMAIL PROTECTED]> http

Re: Average number of instructions per line of kernel code

2007-08-30 Thread Jan Engelhardt
On Aug 30 2007 12:29, J. Scott Kasten wrote: > On Thu, 30 Aug 2007, Mohamed Bamakhrama wrote: >> > > Hi all, >> > > I have a question regarding the average number of assembly >> > > instructions per line of kernel code. I know that this is a difficult >> > > question since it depends on many facto

Re: Average number of instructions per line of kernel code

2007-08-30 Thread J. Scott Kasten
On Thu, 30 Aug 2007, Mohamed Bamakhrama wrote: Hi all, I have a question regarding the average number of assembly instructions per line of kernel code. I know that this is a difficult question since it depends on many factors such as the instruction set Here's a quick answer, not the best, but

Re: Average number of instructions per line of kernel code

2007-08-30 Thread Jesper Juhl
On 30/08/2007, Mohamed Bamakhrama <[EMAIL PROTECTED]> wrote: > On 8/30/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: > > On 30/08/2007, Mohamed Bamakhrama <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I have a question regarding the average number of assembly > > > instructions per line of kernel cod

Re: Average number of instructions per line of kernel code

2007-08-30 Thread Mohamed Bamakhrama
On 8/30/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: > On 30/08/2007, Mohamed Bamakhrama <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have a question regarding the average number of assembly > > instructions per line of kernel code. I know that this is a difficult > > question since it depends on man

Re: Average number of instructions per line of kernel code

2007-08-30 Thread Jesper Juhl
On 30/08/2007, Mohamed Bamakhrama <[EMAIL PROTECTED]> wrote: > Hi all, > I have a question regarding the average number of assembly > instructions per line of kernel code. I know that this is a difficult > question since it depends on many factors such as the instruction set > architecture, compile

Average number of instructions per line of kernel code

2007-08-30 Thread Mohamed Bamakhrama
Hi all, I have a question regarding the average number of assembly instructions per line of kernel code. I know that this is a difficult question since it depends on many factors such as the instruction set architecture, compiler used, optimizations used, type of code, coding style, etc... I would