<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/14349/Porting_Linux_Applications_to_64-bit_Systems</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 09:49:05 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>128, 256 bits and more</title>
			<link>http://osnews.com/thread?115221</link>
			<guid isPermaLink="true">http://osnews.com/thread?115221</guid>
			<description>one day you have to &quot;port&quot; (or rewrite) your apps to a 128 bits cpu and then to a 256 bits platform and so on and on.<br />
<br />
why just dont start specifying some int128 or long256 already?</description>
			<pubDate>Sun, 16 Apr 2006 08:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (PipoDeClown)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>title</title>
			<link>http://osnews.com/thread?115222</link>
			<guid isPermaLink="true">http://osnews.com/thread?115222</guid>
			<description>I think the title is somewhat misleading.As long as you have the source you're in princype 64-bit ready.Isn'þ a 32 bit app per definition able to run on x86_64?<br />
<br />
On my Ubuntu box ijust enter &quot;apt-get build-dep kradio&quot; in order to get all the development packages needed to build a 64-bit *.deb package from &quot;32-bit&quot; source code.Than a &quot;fakeroot apt-get install -b source kradio&quot; is enough to build a fresh 64-bit kradio package.</description>
			<pubDate>Sun, 16 Apr 2006 09:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (netpython)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>stdint.h dude</title>
			<link>http://osnews.com/thread?115224</link>
			<guid isPermaLink="true">http://osnews.com/thread?115224</guid>
			<description>um, #include , use (unsigned) (long) (long) int. You don't have to use int8, int16, int32, int64, intOMG, it's typedefed for you.</description>
			<pubDate>Sun, 16 Apr 2006 09:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (postmodern)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 128, 256 bits and more</title>
			<link>http://osnews.com/thread?115225</link>
			<guid isPermaLink="true">http://osnews.com/thread?115225</guid>
			<description>um, #include , use (unsigned) (long) (long) int. You don't have to use int8, int16, int32, int64, intOMG, it's typedefed for you.</description>
			<pubDate>Sun, 16 Apr 2006 09:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (postmodern)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why must we use C in &amp;quot;Applications&amp;quot; where ..</title>
			<link>http://osnews.com/thread?115230</link>
			<guid isPermaLink="true">http://osnews.com/thread?115230</guid>
			<description>.. it is not needed?</description>
			<pubDate>Sun, 16 Apr 2006 09:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: stdint.h dude</title>
			<link>http://osnews.com/thread?115231</link>
			<guid isPermaLink="true">http://osnews.com/thread?115231</guid>
			<description>Ignore this comment, meant to reply to PipoDeClown.<br />
<br />
Don't drink and post kids.</description>
			<pubDate>Sun, 16 Apr 2006 09:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (postmodern)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why?</title>
			<link>http://osnews.com/thread?115232</link>
			<guid isPermaLink="true">http://osnews.com/thread?115232</guid>
			<description>Why must we specify a size for an int, cant we just treat an integer as an integer regardless of size? This is the problem one gets when using low level SYSTEM languages for applications no?</description>
			<pubDate>Sun, 16 Apr 2006 09:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Applications</title>
			<link>http://osnews.com/thread?115234</link>
			<guid isPermaLink="true">http://osnews.com/thread?115234</guid>
			<description>Sorry I cannot edit this board editing is broke.<br />
<br />
<br />
The underlaying size of a type is the job of the runtime,  use a HIGHER LEVEL language for HIGHER LEVEL applications. Are you writing a compiler? an OS? NO!  Its a bad choice of tools that make you have these migration problems later on.</description>
			<pubDate>Sun, 16 Apr 2006 09:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Applications</title>
			<link>http://osnews.com/thread?115235</link>
			<guid isPermaLink="true">http://osnews.com/thread?115235</guid>
			<description>There is also a stigma around mixing languages for a solution, alot of people think, oh I have to code this in C so it ALL must be in C!.  We develop blindy and by fear, look at any project comming up to RTM, we darnt change things because we do not know what the result will be, Dev by FEAR anti-pattern <img src="/images/emo/grin.gif" alt=";)" /></description>
			<pubDate>Sun, 16 Apr 2006 09:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Variable sized integers</title>
			<link>http://osnews.com/thread?115239</link>
			<guid isPermaLink="true">http://osnews.com/thread?115239</guid>
			<description>The problem with your HIGHER LEVEL language idea is that it will perform like crap.<br />
<br />
Higher level languages like Perl or Java do not use variable sized integers by default (although it's an option), because it adds a huge amount of complexity to every addition.<br />
<br />
You can go ahead and do what you want but no one will run your program because it'll be so slow.</description>
			<pubDate>Sun, 16 Apr 2006 10:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (zlynx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Variable size integers</title>
			<link>http://osnews.com/thread?115241</link>
			<guid isPermaLink="true">http://osnews.com/thread?115241</guid>
			<description>Well with applications that require user intervention alot then speed is not an issue.  Computer performance doubles so quickly, shelf life of PCs is 2 months in the store.  Get a faster machine if you really want that killer app.  If my machine runs slow, then I get a better one.  Its the same old excuse, MUST CODE C, it will be uber fast but what are you really saving, not alot for user based apps.</description>
			<pubDate>Sun, 16 Apr 2006 10:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Applications</title>
			<link>http://osnews.com/thread?115242</link>
			<guid isPermaLink="true">http://osnews.com/thread?115242</guid>
			<description>Ironically, the day all the applications use high level languages, you will probably be the first to start complaining because of the massive mamory usage and inefficinecy of all of the programs, and you'll be arguing that people should have been using a little bit lower level languages.<br />
<br />
I think every language has its place, but the solution is not to abandon lower level languages except where its impossible to use higher level languages. Higher level languages are great in some places, such as for plugins for programs as they are not likely to be packaged and prepared for all of the distributions and architectures. Its also great where rapid development and deployment is one of the top priorities, but for long term solutions that aren't rapidly changing and all that stuff, lower level languages are preferable due to the lower performance footprint IMO.</description>
			<pubDate>Sun, 16 Apr 2006 10:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (aent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 128, 256 bits and more</title>
			<link>http://osnews.com/thread?115246</link>
			<guid isPermaLink="true">http://osnews.com/thread?115246</guid>
			<description>Because more bits makes code bigger and even slower. The reason we now have 64-bit architectures is that 32-bit machines can access only 4 GB of memory.</description>
			<pubDate>Sun, 16 Apr 2006 10:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (tihirvon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why must we use C in &amp;quot;Applications&amp;quot; where ..</title>
			<link>http://osnews.com/thread?115249</link>
			<guid isPermaLink="true">http://osnews.com/thread?115249</guid>
			<description>*Snaps*<br />
<br />
Why the hell there's so many people bashing C and C++ around here!!!!?<br />
<br />
Can't these  just keep coding in their  and leave c/c++ programmers and aprentices alone..?</description>
			<pubDate>Sun, 16 Apr 2006 12:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (joelito_pr)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>ppl..</title>
			<link>http://osnews.com/thread?115252</link>
			<guid isPermaLink="true">http://osnews.com/thread?115252</guid>
			<description>right tools for the right job. imagine coding a website in C, or an OS in java... *shudders*</description>
			<pubDate>Sun, 16 Apr 2006 12:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mr. Tan)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: ppl..</title>
			<link>http://osnews.com/thread?115260</link>
			<guid isPermaLink="true">http://osnews.com/thread?115260</guid>
			<description>&gt; right tools for the right job. imagine<br />
&gt; coding a website in C, or an OS in java... *shudders*<br />
<br />
www.jnode.org<br />
<br />
Just because it can't imagine something doesn't mean it's impossible or even a bad idea.</description>
			<pubDate>Sun, 16 Apr 2006 13:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Variable size integers</title>
			<link>http://osnews.com/thread?115262</link>
			<guid isPermaLink="true">http://osnews.com/thread?115262</guid>
			<description>I'm not sure it's a good idea to use Moore's law to excuse heavier applications.  It tends to get offset by Parkinson's Law and Gates's Law <img src="/images/emo/wink.gif" alt=";)" />   I for one find that a shame.<br />
<br />
Gates's Law -<br />
&quot;The speed of software halves every 18 months.&quot;<br />
<br />
Parkinson's Law -<br />
&quot;Data expands to fill the space available for storage&quot;</description>
			<pubDate>Sun, 16 Apr 2006 14:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (MamiyaOtaru)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Apple</title>
			<link>http://osnews.com/thread?115263</link>
			<guid isPermaLink="true">http://osnews.com/thread?115263</guid>
			<description>Well the main reason is Apple only really seem to support Objective-C anything else its down to the shell and hacks.</description>
			<pubDate>Sun, 16 Apr 2006 14:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Smarter runtimes</title>
			<link>http://osnews.com/thread?115264</link>
			<guid isPermaLink="true">http://osnews.com/thread?115264</guid>
			<description>Just because we DESCRIBE our application at a higher level and without regard to sizes of types doesnt mean it has to be INEFFICIENT.  A smart compiler and runtime will be able to manage these efficiently.  We need smarter tools.  We have been trapped at this level of development for decades.</description>
			<pubDate>Sun, 16 Apr 2006 14:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Not readable</title>
			<link>http://osnews.com/thread?115271</link>
			<guid isPermaLink="true">http://osnews.com/thread?115271</guid>
			<description>You know, this might have been an interesting article (as others on IBM DeveloperWorks have been) if only it were readable.  As it is, I found line lengths exceeding 160 characters; human-factors research (which they have at IBM!) indicates that readability is best at line lengths of 55-65 characters, and in any case should not exceed 75 characters.  Readability degrades rapidly at longer line lengths.  <br />
<br />
As far as tolerating 160+ character lines: Life is too short!</description>
			<pubDate>Sun, 16 Apr 2006 15:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (cjcoats)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Variable size integers</title>
			<link>http://osnews.com/thread?115273</link>
			<guid isPermaLink="true">http://osnews.com/thread?115273</guid>
			<description>Computer performance doubles so quickly, shelf life of PCs is 2 months in the store.<br />
<br />
Maybe, but you can still get by with a computer you bought 6 years ago. Unless, of course, you're playing games ... or using a lot of Java apps <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Sun, 16 Apr 2006 15:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (WorknMan)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Smarter runtimes</title>
			<link>http://osnews.com/thread?115274</link>
			<guid isPermaLink="true">http://osnews.com/thread?115274</guid>
			<description>The real problem is with the reuse.<br />
We need to parse an xml configuration file so we reuse an XML parser with support for namespaces, validation and all.<br />
You design an OS for a mobile phone around Linux by adding layers instead of removing unused parts.<br />
Sure, it saves up development time and cost.<br />
The result, however, is bloat and slower code.<br />
<br />
This calls for frameworks where you pick and choose the parts you want. frameworks that are flexible because you can compile them with the needed functionality, or leave the stuff you don't need at the link phase.<br />
<br />
You have the perfect system when there is nothing to remove, not when there is nothing more to add.</description>
			<pubDate>Sun, 16 Apr 2006 15:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (hashnet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why?</title>
			<link>http://osnews.com/thread?115275</link>
			<guid isPermaLink="true">http://osnews.com/thread?115275</guid>
			<description>unfortunately, your code can only perform when you understand how it executes.<br />
Any impedance mismatch between the platform and your code/language is punished by performance degradation.<br />
This does not imply you have to use low level, system languages.<br />
See ocaml as an example of a higher (than c) level, efficient language.<br />
<br />
Often, absolute best performance is not the overriding goal. Correctness, and ease of development are at least as important.<br />
Just fall back to C for the parts of the system that must be low level, system access.</description>
			<pubDate>Sun, 16 Apr 2006 15:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (hashnet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>First off *shudders*</title>
			<link>http://osnews.com/thread?115276</link>
			<guid isPermaLink="true">http://osnews.com/thread?115276</guid>
			<description>This article is aimed at programmers and it's obvious alot of the people responding aren't. There not talking about recompiling something in your stupid linux distro.<br />
<br />
C &amp; C++ is a high level language, it's a high level compiled language, but it is a high level language. Java is a high level language as well but is usually run in a VM and therefore is useless for many things.<br />
<br />
The nice thing about C and C++ as many faults as it has is you can acomplish anything with it pretty much anything. And if you can't then look, there's assembly, and if you still can't then look there's some ants. It's an easily portable language that if writen efficiantly isn't that much worse off than assembly.<br />
<br />
The lesson here is don't assume that an unfixed-bit type it's going to be a fixed-bit size. Define your types just like many embedded engineers do with every variable. It doesn't add much work to programming and makes code a hell of alot clearer and more precise. And don't respond to articles that you quite obviously can't wrap your head around.<br />
<br />
This is a quite good article discussing some very good programming practices. Mod me down if you must but realize you an ignorant p***k if you do, and that this is post is atleast partially directed at you.</description>
			<pubDate>Sun, 16 Apr 2006 15:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (jrichey_98)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Int Size</title>
			<link>http://osnews.com/thread?115288</link>
			<guid isPermaLink="true">http://osnews.com/thread?115288</guid>
			<description>Programmers should choose the max int size supported by the CPU for most things.  For data in structures and arrays, they should choose a smaller size.</description>
			<pubDate>Sun, 16 Apr 2006 16:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (TADavis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: First off *shudders*</title>
			<link>http://osnews.com/thread?115305</link>
			<guid isPermaLink="true">http://osnews.com/thread?115305</guid>
			<description>&gt; C &amp; C++ is a high level language, it's a high level compiled language, but<br />
&gt; it is a high level language.<br />
<br />
Compared with other languages available today, C is pretty low-level. I would call it a good, somewhat platform-abstracting assembler. That's exactly why people use it for optimization.<br />
<br />
&gt; Java is a high level language as well but is usually run in a VM and<br />
&gt; therefore is useless for many things.<br />
<br />
You say &quot;usually&quot; but treat it as &quot;always&quot;. The JVM is a specification for the interface between the compiler front-end and the back-end, which can be either a compiler or an interpreter. Writing a back-end that compiles class files to native code is compiler-writing 101.<br />
<br />
&gt; It's an easily portable language that if writen <br />
&gt; efficiantly isn't that much worse off than assembly.<br />
<br />
Right, C is so portable that you see many C programs cluttered with #define's to deal with the pecularities of each implementation. You should stop for a moment and think why this isn't the case with Java.</description>
			<pubDate>Sun, 16 Apr 2006 17:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: stdint.h dude</title>
			<link>http://osnews.com/thread?115307</link>
			<guid isPermaLink="true">http://osnews.com/thread?115307</guid>
			<description>You shouldn't use stdint.h, because it isn't portable.  Use inttypes.h instead.</description>
			<pubDate>Sun, 16 Apr 2006 17:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (unavowed)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Int Size</title>
			<link>http://osnews.com/thread?115313</link>
			<guid isPermaLink="true">http://osnews.com/thread?115313</guid>
			<description>&gt; Programmers should choose the max int size supported by the CPU for most things.<br />
<br />
No, programmers should always choose the smallest possible int size for the task at hand. For example, to store a number between 0 and 20000, use a 16-bit int (</description>
			<pubDate>Sun, 16 Apr 2006 17:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Long term</title>
			<link>http://osnews.com/thread?115317</link>
			<guid isPermaLink="true">http://osnews.com/thread?115317</guid>
			<description>I forsee a CPU which has a 64-bit stack and a RISC instruction set which handles ints and floats like the FPU.  It's native will be 64-bit.  I don't see sizes larger than 64-bit emmerging.  64-bit is the end of the line.  I've written an operating system and compiler with this in mind--LoseThos. (<a href="http://www.justrighteous.org" rel="nofollow">http://www.justrighteous.org</a>)  Picking-and-choosing sizes just leads to errors.  Obviously, when many instances of a variable are present--arrays, you pick the appropriate size.</description>
			<pubDate>Sun, 16 Apr 2006 17:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (TADavis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not readable</title>
			<link>http://osnews.com/thread?115331</link>
			<guid isPermaLink="true">http://osnews.com/thread?115331</guid>
			<description>&quot;You know, this might have been an interesting article (as others on IBM DeveloperWorks have been) if only it were readable. As it is, I found line lengths exceeding 160 characters; human-factors research (which they have at IBM!) indicates that readability is best at line lengths of 55-65 characters, and in any case should not exceed 75 characters. Readability degrades rapidly at longer line lengths.&quot;<br />
<br />
&quot;As far as tolerating 160+ character lines: Life is too short!&quot;<br />
<br />
I'm sure you did the right thing... Scrolled to the bottom of the article to the &quot;Rate this page&quot; section, and submitted this to the folks at IBM.  You know, the people who can actually do something about it.  I'm sure you're not just complaining <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Sun, 16 Apr 2006 17:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (foobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: title</title>
			<link>http://osnews.com/thread?115339</link>
			<guid isPermaLink="true">http://osnews.com/thread?115339</guid>
			<description>Isn'þ a 32 bit app per definition able to run on x86_64?<br />
<br />
Able to run, yes.  Run correctly?  That depends.  If the programmer made certain assumptions about how large certain data types are, those assumptions may not hold on a 64-bit system.<br />
<br />
Honestly, something with a good clean code base shouldn't have any trouble.  Programs written in higher level languages shouldn't either, but there are quite a few C/C++ programs out there that rely on some ugly code which might do the wrong thing on 64-bit systems.</description>
			<pubDate>Sun, 16 Apr 2006 18:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Two useful things I found in this article</title>
			<link>http://osnews.com/thread?115344</link>
			<guid isPermaLink="true">http://osnews.com/thread?115344</guid>
			<description>I thought the article was useful because of two things I learned about 64 bit programming while reading:<br />
<br />
1)  There's more than one data model for 64 bit being used.  I actually had the narrow-minded view that LP64 was the only model.<br />
2)  Integer literals are 32 bit by default and must be suffixed with L to make them 64 bit.  The bit shifting example was an eye-opener.  (1</description>
			<pubDate>Sun, 16 Apr 2006 19:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (joecool)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>C++ is not bloat?</title>
			<link>http://osnews.com/thread?115351</link>
			<guid isPermaLink="true">http://osnews.com/thread?115351</guid>
			<description>C++ is so great thats why Apple chose Objective-C which inherits from SmallTalk as opposed to C++ which takes alot from Simula and is a bloated peice of shat.<br />
<br />
You talk about bloaty apps but what about the actual language C++! Its major bloat! If you want to achive anything decent you have to play with hacks and know the fine details of those hacks.  I have seen too many bugs which can be put down misuse of the language.  Simple, people who use those toys either abuse them or just dont know how to play with them so we take them away and go higher level, the time of hacking C++ is over unless very very specific reasons for going to that level.</description>
			<pubDate>Sun, 16 Apr 2006 19:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (mOOzilla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Long term</title>
			<link>http://osnews.com/thread?115353</link>
			<guid isPermaLink="true">http://osnews.com/thread?115353</guid>
			<description>&gt; Picking-and-choosing sizes just leads to errors.<br />
<br />
I don't mind having the compiler choose an appropriate size - in fact, this is very nice. However, just picking the biggest size available on a machine for all tasks clouds one's vision for the fact that &quot;biggest&quot; is sometimes not big enough - i.e. it leads people to carelessly choose the native size when a variable-sized integer that could grow above 1000 bits would be appropriate. It's also space-consuming (memory) and time-consuming (memory transfers) to use the native size where a smaller size is sufficient, but as you said, this is only important when many instances are present.</description>
			<pubDate>Sun, 16 Apr 2006 19:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Variable sized integers</title>
			<link>http://osnews.com/thread?115469</link>
			<guid isPermaLink="true">http://osnews.com/thread?115469</guid>
			<description>Not true. As a previous poster said you're not obliged to develop _all_ your app with a higher level language, you can mix the solutions and have performances _AND_ productivity.<br />
Python and Ruby are damn slow for CPU bound tasks, this doesn't mean your app will be slow for such operations but that you have to profile and substitute the bottlenecks with C or C++.</description>
			<pubDate>Mon, 17 Apr 2006 08:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (bsdlike)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: title</title>
			<link>http://osnews.com/thread?115476</link>
			<guid isPermaLink="true">http://osnews.com/thread?115476</guid>
			<description>There are more 64 bit architectures than x86_64, and those may not support backwards-compatibility.<br />
<br />
There's more than x86 out there, remember.</description>
			<pubDate>Mon, 17 Apr 2006 09:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Knuckles)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: title</title>
			<link>http://osnews.com/thread?115506</link>
			<guid isPermaLink="true">http://osnews.com/thread?115506</guid>
			<description>Yip.</description>
			<pubDate>Mon, 17 Apr 2006 12:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (netpython)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Not readable</title>
			<link>http://osnews.com/thread?115580</link>
			<guid isPermaLink="true">http://osnews.com/thread?115580</guid>
			<description>'m sure you did the right thing... Scrolled to the bottom of the article to the &quot;Rate this page&quot; section, and submitted this to the folks at IBM...<br />
<br />
Yes.  And not for the first time, either.<br />
<br />
--cjcoats</description>
			<pubDate>Mon, 17 Apr 2006 15:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (cjcoats)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Variable sized integers</title>
			<link>http://osnews.com/thread?115616</link>
			<guid isPermaLink="true">http://osnews.com/thread?115616</guid>
			<description>I'm sorry I wasn't clear.  I meant that forcing a high level language to use variable-sized integers for all operations will perform like crap.</description>
			<pubDate>Mon, 17 Apr 2006 18:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (zlynx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 128, 256 bits and more</title>
			<link>http://osnews.com/thread?115805</link>
			<guid isPermaLink="true">http://osnews.com/thread?115805</guid>
			<description>The biggest problem is assumptions, and the article makes that pretty clear:<br />
1.)  People assume | int | == | void * |.  This is true, on x86.  This isn't true on x64.<br />
2.)  People assume a certain endianness.  This is a nasty assumption.<br />
3.)  People assume that because it just worked, the code works.  That's not necessarily true at all...<br />
<br />
I don't foresee a move to 128bit processors anytime soon...  There's not a lot of reason.  Special routines exist to work with larger numbers today, you can use a 32bit machine for numbers that wouldn't fit in a 128bit computer with a constant time added for every operation (and yes, you'd add constant time for a 128bit machine too, just less of it).<br />
And 64bit machines allow for a lot of memory.  2^32 times as much as 4GB <img src="/images/emo/wink.gif" alt=";)" /> .  That's 4 billion * 4 billion -- ish.  Or 16 Quintillian I think?  <br />
Sure, people will have that much RAM eventually, but will we even still use silicon transistors then?<br />
<br />
But I might be being shortsighted.  Maybe there will be another reason to move off 64bit to something higher.</description>
			<pubDate>Tue, 18 Apr 2006 04:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (ma_d)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why?</title>
			<link>http://osnews.com/thread?115806</link>
			<guid isPermaLink="true">http://osnews.com/thread?115806</guid>
			<description>You're supposed to.  Ever written 20,000 lines of c before?  I bet you'd mess it up occasionally too <img src="/images/emo/wink.gif" alt=";)" /> .</description>
			<pubDate>Tue, 18 Apr 2006 04:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (ma_d)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: First off *shudders*</title>
			<link>http://osnews.com/thread?115807</link>
			<guid isPermaLink="true">http://osnews.com/thread?115807</guid>
			<description><a href="http://en.wikipedia.org/wiki/High_level_language#Relative_meaning" rel="nofollow">http://en.wikipedia.org/wiki/High_level_language#Relative_meaning</a> <br />
<br />
I wouldn't consider c or c++ to be high level.  I'd call them systems languages.<br />
<br />
<br />
You can accomplish the same set of tasks with all turing complete languages, that's the point <img src="/images/emo/wink.gif" alt=";)" /> .  It's just that some are _MUCH_ better suited for some tasks than others.<br />
<br />
But you're definitely right about the article.  It is good, and it is intended for programmers.</description>
			<pubDate>Tue, 18 Apr 2006 04:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (ma_d)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
