Skip to content
Snippets Groups Projects
  1. Jan 09, 2013
  2. Jan 08, 2013
  3. Jan 07, 2013
  4. Jan 04, 2013
  5. Dec 28, 2012
  6. Dec 27, 2012
  7. Dec 24, 2012
  8. Dec 22, 2012
    • Iustin Pop's avatar
      Optimise autotools/run-in-tempdir · 75b32fff
      Iustin Pop authored
      
      I made a mistake when adding support for htools to run-in-tempdir, by
      needlessly copying the htools binaries, when it's enough to link
      them. The copying is only really needed for python code, so we change
      the Haskell binaries to linking and also a few other directories.
      
      Difference:
      - before: 0.8s, 95MB copied
      - after: 0.6s, 6.2MB copied
      
      And, by the way, can't wait for Python 2.6 as minimum supported
      version…
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      75b32fff
Loading