1. 03 Jul, 2013 2 commits
    • Victor Stinner's avatar
      (Merge 3.3) test_faulthandler: skip test_read_null() on AIX · 647d1e1a
      Victor Stinner authored
      AIX maps the first page of memory at address zero as valid, read-only.  Reading
      NULL is not a fault on AIX. This is utilized by IBM compiler optimizations.
      One speculatively can indirect through a pointer which may be null without
      first testing if null and defer the test before using the value.
      647d1e1a
    • Victor Stinner's avatar
      test_faulthandler: skip test_read_null() on AIX · 330426cf
      Victor Stinner authored
      AIX maps the first page of memory at address zero as valid, read-only.  Reading
      NULL is not a fault on AIX. This is utilized by IBM compiler optimizations.
      One speculatively can indirect through a pointer which may be null without
      first testing if null and defer the test before using the value.
      330426cf
  2. 02 Jul, 2013 8 commits
  3. 01 Jul, 2013 17 commits
  4. 30 Jun, 2013 10 commits
  5. 29 Jun, 2013 3 commits