Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
    • Ben Gamari's avatar
      Introduce SRC_DEPS variable · 0c24834c
      Ben Gamari authored
      Instead of passing package dependencies via `SRC_HC_OPTS=-package ...`
      we rather pass them via `SRC_DEPS`, allowing the build system to
      know about the dependency.
      0c24834c
  2. Feb 18, 2019
  3. Jan 01, 2019
    • Sebastian Graf's avatar
      Disable timer-based context switches · e2d614e4
      Sebastian Graf authored and Sebastian Graf's avatar Sebastian Graf committed
      Summary:
      In the past, we repeatedly had problems with non-deterministic allocations due to stack squeezing during context switches (#4450, #8611).
      This patch adds `+RTS -V0 -RTS` as extra `RUNTEST_OPTS` for every single-threaded benchmark.
      
      Is this the right place to add the flags? Should we also do this for all the other benchmarks?
      
      Reviewers: simonmar, osa1, nomeata, O26 nofib
      
      GHC Trac Issues: #8611
      
      Differential Revision: https://phabricator.haskell.org/D5470
      e2d614e4
  4. Aug 27, 2018
  5. Jun 16, 2018
  6. Feb 08, 2018
  7. Aug 15, 2017
    • Ben Gamari's avatar
      Don't use uname -o · 7debffc1
      Ben Gamari authored
      Summary:
      It's not required by the POSIX specification and OS X doesn't support
      it; instead use uname -s.
      
      Test Plan: V
      
      Reviewers: O26 nofib, michalt, mpickering
      
      Reviewed By: O26 nofib, michalt, mpickering
      
      Subscribers: mpickering
      
      GHC Trac Issues: #13711
      
      Differential Revision: https://phabricator.haskell.org/D3594
      7debffc1
  8. Feb 14, 2017
  9. Aug 29, 2016
  10. May 30, 2013
  11. May 28, 2013
  12. Feb 08, 2013
  13. Feb 07, 2013
  14. Nov 07, 2012
  15. Jan 19, 2012
  16. Jan 17, 2012
  17. Jan 13, 2012
  18. Apr 05, 2011
  19. Oct 14, 2010
  20. Jun 22, 2010
  21. Apr 08, 2010
  22. Dec 10, 2009
  23. Jun 02, 2009
  24. May 17, 2009
  25. May 13, 2009
Loading