1. 18 10月, 2011 1 次提交
    • D
      pack-objects: mark add_to_write_order() as inline · be126818
      Dan McGee 提交于
      This function is a whole 26 bytes when compiled on x86_64, but is
      currently invoked over 1.037 billion times when running pack-objects on
      the Linux kernel git repository. This is hitting the point where
      micro-optimizations do make a difference, and inlining it only increases
      the object file size by 38 bytes.
      
      As reported by perf, this dropped task-clock from 84183 to 83373 ms, and
      total cycles from 223.5 billion to 221.6 billion. Not astronomical, but
      worth getting for adding one word.
      Signed-off-by: NDan McGee <dpmcgee@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      be126818
  2. 01 10月, 2011 1 次提交
  3. 28 9月, 2011 1 次提交
  4. 27 9月, 2011 2 次提交
  5. 24 9月, 2011 11 次提交
  6. 20 9月, 2011 4 次提交
  7. 19 9月, 2011 1 次提交
  8. 17 9月, 2011 4 次提交
  9. 15 9月, 2011 1 次提交
  10. 13 9月, 2011 7 次提交
  11. 12 9月, 2011 7 次提交