1. 04 Aug, 2015 1 commit
    • 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
  2. 03 Aug, 2015 2 commits
  3. 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
  4. 01 Aug, 2015 11 commits
  5. 31 Jul, 2015 11 commits
  6. 30 Jul, 2015 14 commits