1. 05 Aug, 2015 3 commits
  2. 04 Aug, 2015 2 commits
    • Kevin Modzelewski's avatar
      Merge pull request #798 from kmod/section_ordering · a8759628
      Kevin Modzelewski authored
      section ordering hack: use the PGO-determined ordering
      a8759628
    • Kevin Modzelewski's avatar
      section ordering hack: use the PGO-determined ordering · 47a293ed
      Kevin Modzelewski authored
      Rather than do anything smart, just copy the ordering that the
      pgo build used.  To keep the file reasonable, only emit
      entries for functions that appear in the perf results (cuts from
      >1M entries to ~2k).
      
      I tried getting the hhvm "hfsort" to work, but ran into some
      fixable-but-annoying issues getting it integrated (ex need to bring
      in some other libraries).  Let's just try this for now; the goal
      isn't to get the absolute best performance anyway, since for that
      we'll use PGO and ignore the section ordering file.
      47a293ed
  3. 03 Aug, 2015 10 commits
  4. 02 Aug, 2015 1 commit
    • Kevin Modzelewski's avatar
      Build fix: I think this flag confuses clang · ea3daebf
      Kevin Modzelewski authored
      Haven't looked into it that much, but my guess is that it
      was introduced in some newer version of clang than what
      some people are using.  It was added for the use of the
      clang-pgo build, but we ended up dropping that so it should
      be ok to drop this flag.
      ea3daebf
  5. 01 Aug, 2015 11 commits
  6. 31 Jul, 2015 11 commits
  7. 30 Jul, 2015 2 commits