 | Discussion Forum |  |
|
|
Optimization levelsNext Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Read-Only Author Roberto Hosman Posted 9-Jul-2002 08:25 GMT Toolset C51 |  Optimization levels Roberto Hosman Hello all, I'm using uVision v2.2a and C compiler v6.22. As you all know uVision have several optimization levels. After selecting one of the optimization levels and rebuild my project, where can I see the new size? I want to compare between code sizes/speeds according to selected optimization level.
Thanks a lot and have a nice day, Roberto. | | Read-Only Author Andrew Neil Posted 9-Jul-2002 09:22 GMT Toolset C51 |  RE: Optimization levels Andrew Neil The sizes for the overall project are in the Linker Listing; The compiler listings give the information for each individual source file.
With v6.23, it's displayed in the uVision output window at the end of the build | | Read-Only Author Alex Ruiz Posted 9-Jul-2002 16:49 GMT Toolset C51 |  RE: Optimization levels Alex Ruiz You may check the following article in order to get some of the information you may need.:
http://www.keil.com/support/docs/2204.htm
- Alex | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|