1. 01 Mar, 2013 1 commit
  2. 28 Feb, 2013 1 commit
  3. 20 Feb, 2013 2 commits
  4. 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
  5. 11 Feb, 2013 1 commit
  6. 10 Feb, 2013 1 commit
  7. 09 Feb, 2013 2 commits
  8. 08 Feb, 2013 1 commit
  9. 07 Feb, 2013 4 commits
  10. 06 Feb, 2013 1 commit
  11. 05 Feb, 2013 2 commits
  12. 02 Feb, 2013 2 commits
  13. 01 Feb, 2013 1 commit
  14. 31 Jan, 2013 4 commits
  15. 30 Jan, 2013 2 commits
  16. 29 Jan, 2013 2 commits
  17. 26 Jan, 2013 1 commit
  18. 25 Jan, 2013 1 commit
  19. 24 Jan, 2013 2 commits
  20. 22 Dec, 2012 1 commit
  21. 21 Dec, 2012 1 commit
  22. 18 Dec, 2012 2 commits
  23. 17 Dec, 2012 1 commit
  24. 12 Dec, 2012 2 commits
  25. 06 Dec, 2012 1 commit