On Tuesday 31 August 2010 16:41:14 ext Ed Sutton wrote: > I am looking for a quick way to evaluate coding optimizations. > > Is there a way to display both the source code and the generated assembly?
Mixed source with assembly is visible during debugging when in "instruction-wise" mode of operation. There's no "static" version of it. > Qt Creator 1.3.1 (Qt 4.6.1) Jan 18, 2010 I think 1.3.1 does not have "mixed" output, only "plain" disassembler in that case. "mixed" is new in 2.0 IIRC. 2.0.1 is recommended anyway. > GDB 6.8 [And that misses all the Python bits ;-}] Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
