Re: assembly code for release code?
"George" wrote:
I think you mean -- Project -> Properties -> Configuration
Properties -> C/C++ -> Output Files -> Assember Output -->
select the Assembly with source code? Correct?
Correct.
If yes, my purpose is to find the related assembly code is
optimized in release mode, does turn on the option of Assembler
Output impact the actual optimization in release mode?
No, it does not have any impact on code generation.
Alex
.
Relevant Pages
- The Case Against RosAsm (#7) (LONG)
... "Branch Displacement Optimization" is one of these ... The first assembler I recall that provided ... when a wanted short jump was longer than required, ... (alt.lang.asm) - Re: HLA v1.93 is now available
... Optimization is Strategy Optimization. ... You're claiming that an assembly language programmer using HLA ... Only in *your* assembler. ... FASM does branch displacement optimization. ... (alt.lang.asm) - The never ending assembly vs. HLL war
... > branch instruction excluded is not particularly effective optimization. ... > CPU, chances are pretty good it *won't* be optimal on a different CPU. ... > discussing the futility of optimizing it in *assembler* when the ... careful and consider the code the compiler is emitting (and adjust your ... (comp.lang.asm.x86) - Re: When to use Rosasm, when to use Masm?
... > One person's bloat is another man's essential features... ... coded they are...for example, with better macros and assembler features, ... source code" as anything but the roughest of rough measures because it's ... >> to pretend there's more code in RosAsm than there really is, ... (alt.lang.asm) - Re: HLA v1.93 is now available
... dialect of x86 assembly to clean up the source code. ... US christian dement, a MicroSoft supporter, and MASM supporter ... been shown several times in the form of the Lisa Assembler that Randy ... Randy already mentioned that at least 60% of HLA 2.00 already ... (alt.lang.asm) |
|