as small as possible

M

Martin Ambuhl

Mark said:
I'm surprised you didn't make the connection between this and your
responses to me on the 'realloc question' thread last week...
I saw the opportunity to take you out of context (as you did me)
and used it to see if it would elicit a response from you.
Nice to find that your killfile remains as empty as mine. :)

So your "*plonk*" was a lie.
 
C

Chuck F.

Arne said:
.... minor reformating to conserve vertical space ...
So what you all suggest is trial and error. Because I thought
there where some general rules like:

int counter = 0;

while(counter < something) {
do work;
counter++;
}
OR
for(int counter = 0; counter < something; counter++)
do work;

are totaly different implemented in assembly, or is this only
compiler (and its settings offcourse) dependant?

A moderately capable compiler, when optimizing, will probably
generate the identical code for both those sequences. You should
write for clarity and leave the optimizing to the compiler.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
 
M

Mark B

Martin Ambuhl said:
So your "*plonk*" was a lie.

Certainly, wasn't that made clear by the last line of my post?
My response was actually identical to a response he had made
to me in another thread... the portion you quoted explains why.

Regards,
Mark
 
M

Mark McIntyre

Certainly, wasn't that made clear by the last line of my post?
My response was actually identical to a response he had made
to me in another thread... the portion you quoted explains why.

There's a medium-sized difference.

Your post accused Chuck Falconer of pimping his software here, and
then told me to go f**k myself.

Anyone who cares to can verify this by googling for the thread.
Mark McIntyre
 
M

Mark B

Mark McIntyre said:
There's a medium-sized difference.

Your post accused Chuck Falconer of pimping his software here,

Yes, and in the post I also explained why I approve of him doing so.
and then told me to go f**k myself.

Well, I told you to go back and re-read my entire post as you took
me out of context. As for telling you to... well, that may have been
a little harsh, sorry. ;-)

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,937
Members
47,481
Latest member
ElviraDoug

Latest Threads

Top