Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista

Notices

Reply

Vista Source code

 

LinkBack Thread Tools Display Modes
Old 06-22-2006, 05:01 PM   #1 (permalink)
Default 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.

Mario Rosario
Guest
 
Posts: n/a
Reply With Quote  
Old 06-22-2006, 05:30 PM   #2 (permalink)
Default 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.
Quote:
> 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.
Guest
 
Posts: n/a
Reply With Quote  
Old 06-22-2006, 05:45 PM   #3 (permalink)
Default Re: Vista Source code



"keithschwerin@msn.com" wrote:
Quote:
>
> "Mario Rosario" <mario@webacre.com> wrote in message
> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
> I want to say 50 or 55K.
>
Quote:
> > 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.
Polarina
Guest
 
Posts: n/a
Reply With Quote  
Old 06-22-2006, 05:51 PM   #4 (permalink)
Default 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...
Quote:
>
> "Mario Rosario" <mario@webacre.com> wrote in message
> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
> I want to say 50 or 55K.
>
Quote:
>> 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.
>

Colin Barnhorst
Guest
 
Posts: n/a
Reply With Quote  
Old 06-22-2006, 06:02 PM   #5 (permalink)
Default 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...
Quote:
> 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...
Quote:
>>
>> "Mario Rosario" <mario@webacre.com> wrote in message
>> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
>> I want to say 50 or 55K.
>>
Quote:
>>> 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.
>>
>
>
Mario Rosario
Guest
 
Posts: n/a
Reply With Quote  
Old 06-22-2006, 07:59 PM   #6 (permalink)
Default Re: Vista Source code

From MS blogs.

"Mario Rosario" <mario@webacre.com> wrote in message
news:6EA8B7A0-BF8A-4688-AA28-4979B9108176@microsoft.com...
Quote:
> 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...
Quote:
>> 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...
Quote:
>>>
>>> "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.
>>>
>>
>>
>

Colin Barnhorst
Guest
 
Posts: n/a
Reply With Quote  
Old 06-23-2006, 02:02 AM   #7 (permalink)
Default 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...
Quote:
>
>
> "keithschwerin@msn.com" wrote:
>
Quote:
>>
>> "Mario Rosario" <mario@webacre.com> wrote in message
>> news:920CE2D8-4AEE-4ECE-B062-D7E27BE0DC7A@microsoft.com...
>> I want to say 50 or 55K.
>>
Quote:
>> > 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.
Mario Rosario
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
usbehci.sys source code Maen Suleiman Windows XP Device Drivers 1 02-21-2005 02:41 PM
LTK source code Alvin Windows XP Embedded 1 04-02-2004 06:23 PM
Code Source Example Jose Reinaldo Windows XP Embedded 1 12-09-2003 05:40 PM
Cannot View Source Code Hector Windows XP Performance & Maintenance 0 07-13-2003 03:48 AM
view source code? Nicholas Windows XP Performance & Maintenance 0 07-10-2003 02:34 AM


All times are GMT. The time now is 07:43 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90