Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Vista Source code

Reply
 
Old 06-22-2006   #1 (permalink)
Mario Rosario


 
 

Vista Source code

Any idea how many billion lines of code are in Vista If I remember
correctly, I think it was roughly 45 million in XP, 30 in Linux.


My System SpecsSystem Spec
Old 06-22-2006   #2 (permalink)


 
 

Re: Vista Source code


"Mario Rosario" <mario@webacre.com> wrote in message
news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
I want to say 50 or 55K.

> Any idea how many billion lines of code are in Vista If I remember
> correctly, I think it was roughly 45 million in XP, 30 in Linux.


My System SpecsSystem Spec
Old 06-22-2006   #3 (permalink)
Polarina


 
 

Re: Vista Source code



"keithschwerin@msn.com" wrote:

>
> "Mario Rosario" <mario@webacre.com> wrote in message
> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
> I want to say 50 or 55K.
>
> > Any idea how many billion lines of code are in Vista If I remember
> > correctly, I think it was roughly 45 million in XP, 30 in Linux.

>
>


I dont think it's 55.000 lines of code. Not even the smallest OS would
manage to run that small.
My System SpecsSystem Spec
Old 06-22-2006   #4 (permalink)
Colin Barnhorst


 
 

Re: Vista Source code

40 million in XP and 50 million in Vista. However, improvements in tools
for writing code in the past five years have significantly decreased the
number of the lines of code needed to accomplish a task so the differences
in the number of lines is deceptive. Vista is more powerful than XP by more
than the 50 : 40 ratio would suggest.

<keithschwerin@msn.com> wrote in message
news:eRFfHGilGHA.2136@TK2MSFTNGP04.phx.gbl...
>
> "Mario Rosario" <mario@webacre.com> wrote in message
> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
> I want to say 50 or 55K.
>
>> Any idea how many billion lines of code are in Vista If I remember
>> correctly, I think it was roughly 45 million in XP, 30 in Linux.

>



My System SpecsSystem Spec
Old 06-22-2006   #5 (permalink)
Mario Rosario


 
 

Re: Vista Source code

Sure,

cout << h;
cout << e;
cout << l;
cout << l;
cout << o; // 5 lines of code

cout << hello; // 1 line of code

and the compiler optimize the code.

Are these guesses or known numbers.

"Colin Barnhorst" <colinbarharst(remove)@msn.com> wrote in message
news:%23Uyr9RilGHA.5036@TK2MSFTNGP05.phx.gbl...
> 40 million in XP and 50 million in Vista. However, improvements in tools
> for writing code in the past five years have significantly decreased the
> number of the lines of code needed to accomplish a task so the differences
> in the number of lines is deceptive. Vista is more powerful than XP by
> more than the 50 : 40 ratio would suggest.
>
> <keithschwerin@msn.com> wrote in message
> news:eRFfHGilGHA.2136@TK2MSFTNGP04.phx.gbl...
>>
>> "Mario Rosario" <mario@webacre.com> wrote in message
>> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
>> I want to say 50 or 55K.
>>
>>> Any idea how many billion lines of code are in Vista If I remember
>>> correctly, I think it was roughly 45 million in XP, 30 in Linux.

>>

>
>


My System SpecsSystem Spec
Old 06-22-2006   #6 (permalink)
Colin Barnhorst


 
 

Re: Vista Source code

From MS blogs.

"Mario Rosario" <mario@webacre.com> wrote in message
news:6EA8B7A0-BF8A-4688-AA28-4979B9108176@microsoft.com...
> Sure,
>
> cout << h;
> cout << e;
> cout << l;
> cout << l;
> cout << o; // 5 lines of code
>
> cout << hello; // 1 line of code
>
> and the compiler optimize the code.
>
> Are these guesses or known numbers.
>
> "Colin Barnhorst" <colinbarharst(remove)@msn.com> wrote in message
> news:%23Uyr9RilGHA.5036@TK2MSFTNGP05.phx.gbl...
>> 40 million in XP and 50 million in Vista. However, improvements in tools
>> for writing code in the past five years have significantly decreased the
>> number of the lines of code needed to accomplish a task so the
>> differences in the number of lines is deceptive. Vista is more powerful
>> than XP by more than the 50 : 40 ratio would suggest.
>>
>> <keithschwerin@msn.com> wrote in message
>> news:eRFfHGilGHA.2136@TK2MSFTNGP04.phx.gbl...
>>>
>>> "Mario Rosario" <mario@webacre.com> wrote in message
>>> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
>>> I want to say 50 or 55K.
>>>
>>>> Any idea how many billion lines of code are in Vista If I remember
>>>> correctly, I think it was roughly 45 million in XP, 30 in Linux.
>>>

>>
>>

>



My System SpecsSystem Spec
Old 06-22-2006   #7 (permalink)
Mario Rosario


 
 

Re: Vista Source code

Here is one.

int main() { while (1) { } } // A 1 line OS

"Polarina" <Polarina@discussions.microsoft.com> wrote in message
news:B56EC87B-3E22-4E6D-807F-A11A72A5BFC6@microsoft.com...
>
>
> "keithschwerin@msn.com" wrote:
>
>>
>> "Mario Rosario" <mario@webacre.com> wrote in message
>> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
>> I want to say 50 or 55K.
>>
>> > Any idea how many billion lines of code are in Vista If I remember
>> > correctly, I think it was roughly 45 million in XP, 30 in Linux.

>>
>>

>
> I dont think it's 55.000 lines of code. Not even the smallest OS would
> manage to run that small.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Exch2007 cmdlets source code? PowerShell
Remark source code .NET General
Paypal source code .NET General
Re: IE7 - Printing source code Vista print fax & scan


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46