Overview
Artifact ID: | b067a109cd555b3c8c5a8aa153bc3247149cf931 |
---|---|
Ticket: | 23b4017c39727ad02e7318d0c59e3a6180218632
Change compiler flags on TCC to use '-O3' |
User & Date: | ron 2010-01-25 08:22:08 |
Changes
- comment changed to:
Compiling with "-O3" (instead of the default "-Os") speeds up all operations (though it makes compilation slower). As a specific example, it make my huge repository "add" operation go from 18 seconds to 6; likewise, "update" went from 14 to 5. I don't think there are any real problems with the optimizers in recent GCC builds, at least I haven't encountered any.
- private_contact changed to: "ddae85699df0ae84ab8e0a6a6dacf72bab6d4a7a"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Change compiler flags on TCC to use '-O3'"
- type changed to: "Feature_Request"