Skip to content
  1. Dec 13, 2012
    • Kevin O'Connor's avatar
      Use gcc "-fwhole-program" optimization. · 09084583
      Kevin O'Connor authored
      Use "whole program" and "link time optimization" features of gcc.  The
      whole-program optimization enables the compiler to evaluate the entire
      firmware for optimization instead of just one code file at a time.
      This leads to better overall optimizations.
      09084583
    • Kevin O'Connor's avatar
      Use linker "--relax" option. · 16fbb455
      Kevin O'Connor authored
      The "relax" option enables the linker to convert certain "call"
      instructions to the smaller "rcall" instruction.  This reduces the
      size of the resulting binary.
      16fbb455
  2. Dec 12, 2012
  3. Dec 11, 2012
  4. Dec 10, 2012
  5. Dec 09, 2012
  6. Dec 08, 2012
  7. Dec 06, 2012
  8. Dec 05, 2012