64-bit debug switch
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
In VC++ 9.0 -- is there a swith for 64-bit compilations such that the first
4 parameters that are passed in registers
rcx,rdx, r8,r9 -- can be stored in their "home locations" in the callee
prolog.
I need this for better debuging.
I have tried /Zi -- generate full debug symbols and /Od -- disable
optimization. But, they don't this.
I need this when I am debugging, I need to look at previous call frames
parameters.
Can anyone help>
.
Relevant Pages
- Re: VC linker optimizations and whole program optimization
... Debugging release builds is definitely a skill that you can get ... whole program optimization: We have seen that enabling the following ... Because it can inline trivial functions. ... LTCG strips all that out, ... (microsoft.public.vc.language) - RE: Strange behavior with dynamic code compilation and VS.NET debu
... >> so when I compile with debugging information I get different behavior then ... Isn't optimization a change in performance, ... >>> RHS ... (microsoft.public.dotnet.framework) - Debugging embedded Prolog (esp. in Java)?
... The only explicit answer regarded Amzi Prolog: ... "Our new Eclipse IDE provides source code debugging of embedded Prolog ... So you can run your Java debugger at the same time as the Amzi! ... This lets you use the source debugger on your ... (comp.lang.prolog) - RE: Strange behavior with dynamic code compilation and VS.NET debu
... I think someone else suggested that it was optimization related; ... "Mike Miller" wrote: ... > so when I compile with debugging information I get different behavior then ... >> And you'll get the usual exception information when the program aborts. ... (microsoft.public.dotnet.framework) - Re: Sorry if it is not for this forum
... I think it was bwk who said that debugging is what you do when you ... Representing debugging information of source code in optimized code ... is a problem for some compilers. ... much aggressive optimization. ... (comp.lang.c) |
|