1. 15 Feb, 2013 1 commit
    • runtime: Do not reserve huge amount of swap on 32 bit architectures. · 3ab98a47
      The mmap() call which reserves the arena should have MAP_NORESERVE
      flag as in typical cases this memory will never be (fully) needed.
      This matters in environments which do not do Linux style memory
      overcommit, such as OpenIndiana/OpenSolaris/Solaris.
      
      The MAP_NORESERVE flag does not exist on all operating systems
      (for example FreeBSD). Therefore we define it to zero value in
      case it does not exist.
      
      Fixes issue 21.
      
      From-SVN: r196088
      Ian Lance Taylor committed
  2. 11 Feb, 2013 1 commit
  3. 10 Feb, 2013 1 commit
  4. 09 Feb, 2013 2 commits
  5. 08 Feb, 2013 1 commit
  6. 07 Feb, 2013 4 commits
  7. 06 Feb, 2013 1 commit
  8. 05 Feb, 2013 2 commits
  9. 02 Feb, 2013 2 commits
  10. 01 Feb, 2013 1 commit
  11. 31 Jan, 2013 4 commits
  12. 30 Jan, 2013 2 commits
  13. 29 Jan, 2013 2 commits
  14. 26 Jan, 2013 1 commit
  15. 25 Jan, 2013 1 commit
  16. 24 Jan, 2013 2 commits
  17. 22 Dec, 2012 1 commit
  18. 21 Dec, 2012 1 commit
  19. 18 Dec, 2012 2 commits
  20. 17 Dec, 2012 1 commit
  21. 12 Dec, 2012 2 commits
  22. 06 Dec, 2012 1 commit
  23. 05 Dec, 2012 1 commit
  24. 04 Dec, 2012 2 commits
  25. 29 Nov, 2012 1 commit