Kill one bit refcounting
commit15a5b49258897ac3f9d0aab60d942578cc6dffaf
authorOguz Ulgen <oulgen@fb.com>
Wed, 24 Mar 2021 07:18:20 +0000 (24 00:18 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 30 Mar 2021 19:52:42 +0000 (30 12:52 -0700)
tree080d2871de3618f18a97bb9a9dde38e839386cda
parent2d5efb373e851da987c2f9bfeb65affb759198de
Kill one bit refcounting

Summary: We have never used it, and we will unlikely to use it. Contbuild is dead lets kill the code too.

Reviewed By: ricklavoie

Differential Revision: D27276919

fbshipit-source-id: 16877d8169af76ed4023888d3f453792ab68a0fa
23 files changed:
hphp/runtime/base/countable.h
hphp/runtime/base/header-kind.h
hphp/runtime/base/memory-manager.cpp
hphp/runtime/base/runtime-option.cpp
hphp/runtime/base/type-structure.cpp
hphp/runtime/ext/fb/ext_fb.cpp
hphp/runtime/ext/objprof/ext_objprof.cpp
hphp/runtime/vm/jit/code-gen-helpers-inl.h
hphp/runtime/vm/jit/code-gen-helpers.cpp
hphp/runtime/vm/jit/irlower-refcount.cpp
hphp/runtime/vm/jit/simplify.cpp
hphp/runtime/vm/jit/unique-stubs-arm.cpp
hphp/runtime/vm/jit/unique-stubs-ppc64.cpp
hphp/runtime/vm/jit/unique-stubs-x64.cpp
hphp/test/one_bit_refcount_failing_quick [deleted file]
hphp/test/one_bit_refcount_failing_slow [deleted file]
hphp/test/quick/hopt-translator_unwind.hhas
hphp/test/quick/hopt-translator_unwind.hhas.expect
hphp/test/quick/hopt-translator_unwind.hhas.skipif [deleted file]
hphp/test/quick/translator_unwind.hhas
hphp/test/quick/translator_unwind.hhas.expect
hphp/test/quick/translator_unwind.hhas.skipif [deleted file]
hphp/util/compilation-flags.h