Use struct bit packing
commit28276a728852835d03fb3df76559c807cf8710a2
authorOguz Ulgen <oulgen@fb.com>
Tue, 26 Jul 2022 03:55:58 +0000 (25 20:55 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 26 Jul 2022 03:55:58 +0000 (25 20:55 -0700)
tree937ea32948efeafe797746da2c35c1d76948b9fc
parent798b2bfcd2c6437e0ba41fc5123f9f7daa92deb2
Use struct bit packing

Summary: Instead of implementing two bits by hand, lets use proper packing

Reviewed By: ricklavoie

Differential Revision: D38119000

fbshipit-source-id: 406c6d97c16001eac0dd4ea2527a943b3f798794
hphp/runtime/vm/func-emitter.cpp
hphp/runtime/vm/func-inl.h
hphp/runtime/vm/func.cpp
hphp/runtime/vm/func.h