File:Gcc optchart.ods: Difference between revisions
Jump to navigation
Jump to search
Bluefoxicy (talk | contribs) (optimizations used to discover anything helpful in gcc. It turns out the Partial Redundancy Elimination is giving a rather large hit in certain places. In particular the Integer Index tests sucked because of it. After a lot of analysis I figured out to) |
AuntiMameBot (talk | contribs) No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
It turns out the Partial Redundancy Elimination is giving a rather large hit in certain places. In particular the Integer Index tests sucked because of it. After a lot of analysis I figured out to ''-O2 -fno-tree-pre'' instead of ''-Os -fa -fbillion -foptimizations''. |
It turns out the Partial Redundancy Elimination is giving a rather large hit in certain places. In particular the Integer Index tests sucked because of it. After a lot of analysis I figured out to ''-O2 -fno-tree-pre'' instead of ''-Os -fa -fbillion -foptimizations''. |
||
[[Category:Uncategorized media]] |
|||
Latest revision as of 20:56, 18 November 2008
optimizations used to discover anything helpful in gcc.
It turns out the Partial Redundancy Elimination is giving a rather large hit in certain places. In particular the Integer Index tests sucked because of it. After a lot of analysis I figured out to -O2 -fno-tree-pre instead of -Os -fa -fbillion -foptimizations.
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment | |
|---|---|---|---|---|
| current | 23:00, 30 September 2006 | (19 KB) | Bluefoxicy (talk | contribs) | optimizations used to discover anything helpful in gcc. It turns out the Partial Redundancy Elimination is giving a rather large hit in certain places. In particular the Integer Index tests sucked because of it. After a lot of analysis I figured out to |
File usage
The following page uses this file: