Re: Question about MS C code generation

Joachim Durchholz <joachim.durchholz@web.de>
3 Dec 2003 17:54:23 -0500

          From comp.compilers

Related articles
Question about MS C code generation ruicui@sohu.com (2003-11-21)
Re: Question about MS C code generation joachim.durchholz@web.de (Joachim Durchholz) (2003-12-03)
Re: Question about MS C code generation tmk@netvision.net.il (2003-12-03)
Re: Question about MS C code generation vbdis@aol.com (2003-12-03)
Re: Question about MS C code generation bonzini@gnu.org (2003-12-03)
| List of all articles for this month |

From: Joachim Durchholz <joachim.durchholz@web.de>
Newsgroups: comp.compilers
Date: 3 Dec 2003 17:54:23 -0500
Organization: Oberberg Online Infosysteme
References: 03-11-090
Keywords: code, optimize
Posted-Date: 03 Dec 2003 17:54:23 EST

sugaray wrote:
> my question is: 1) refer to the comment parts
> 2) was it any good, probably for the optimization purpose ?
> 3) what kinda logic style would you prefer ?
> 4) if asked, how would you write this program in assembly ?


Can't answer to the other question, but the answer to (4) is definitely a No.
I write only highly time-critical stuff in assembly. Even then, I first
code in a high-level language, then I profile, then I look at the code
that's /diagnosed/ as time-critical, not that the code that I /thought/
was time-critical.


Regards,
Jo



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.