1. 26 10月, 2018 1 次提交
    • B
      Remove some use of Crap in hb-set. · 94e421ab
      Ben Wagner 提交于
      When hb_set_t::page_for_insert needs to insert at the end of the page_map
      it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
      lvalue of a Crap so that nothing can be moved to its address. This turns
      into issues with ThreadSanitizer on Crap when two threads modify different
      hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
      instead.
      94e421ab
  2. 25 10月, 2018 4 次提交
  3. 24 10月, 2018 12 次提交
  4. 23 10月, 2018 23 次提交