File:Gcc optchart.ods: Difference between revisions

From OLPC Wiki - Mirror
Jump to navigation Jump to search
imported>AuntiMameBot
No edit summary
 
Imported>Bluefoxicy
Imported>Bluefoxicy uploaded File:Gcc optchart.ods
 
(No difference)

Latest revision as of 20:07, 13 March 2026

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/TimeDimensionsUserComment
current19:00, 30 September 2006 (19 KB)Imported>Bluefoxicyoptimizations 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

The following page uses this file: