Discussion Forum

Optimization levels

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Roberto Hosman
Posted
9-Jul-2002 08:25 GMT
Toolset
C51
New! Optimization levels
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
New! RE: Optimization levels
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
New! RE: Optimization levels
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