1. 17 Jun, 2016 1 commit
    • Austin Clements's avatar
      runtime: eliminate poisonStack checks · 9e8fa1e9
      Austin Clements authored
      We haven't used poisonStack since we switched to 1-bit stack maps
      (4d0f3a1c), but the checks are still there. However, nothing prevents
      us from genuinely allocating an object at this address on 32-bit and
      causing the runtime to crash claiming that it's found a bad pointer.
      
      Since we're not using poisonStack anyway, just pull it out.
      
      Fixes #15831.
      
      Change-Id: Ia6ef604675b8433f75045e369f5acd4644a5bb38
      Reviewed-on: https://go-review.googlesource.com/24211
      Run-TryBot: Austin Clements <austin@google.com>
      Reviewed-by: default avatarKeith Randall <khr@golang.org>
      9e8fa1e9
  2. 16 Jun, 2016 4 commits
  3. 15 Jun, 2016 5 commits
  4. 14 Jun, 2016 7 commits
  5. 13 Jun, 2016 4 commits
  6. 12 Jun, 2016 2 commits
  7. 11 Jun, 2016 1 commit
  8. 10 Jun, 2016 5 commits
  9. 09 Jun, 2016 9 commits
  10. 08 Jun, 2016 2 commits