Ticket Change Details
Not logged in
Overview

Artifact ID: b067a109cd555b3c8c5a8aa153bc3247149cf931
Ticket: 23b4017c39727ad02e7318d0c59e3a6180218632
Change compiler flags on TCC to use '-O3'
User & Date: ron 2010-01-25 08:22:08
Changes

  1. 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.
    
  2. private_contact changed to: "ddae85699df0ae84ab8e0a6a6dacf72bab6d4a7a"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: "Change compiler flags on TCC to use '-O3'"
  6. type changed to: "Feature_Request"