This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Juan Castillo writes: > > Juan Castillo writes: > > However, some things will help you. -fverbose-asm produces a list of > > optimization passes. The dumps "-da" and "-fdump-tree-all" produce a > > lot of files, one per optimization pass, so you can see what each pass > > did. Once you know which pass does what, you can start to look at the > > code.
Thanks sunzir
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |