Remove .hh_file from hhas
commitcca5017d09adf0bb4e42ba2a18944b663e88a76c
authorJan Oravec <jan@fb.com>
Fri, 7 Aug 2020 03:58:28 +0000 (6 20:58 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 7 Aug 2020 04:05:07 +0000 (6 21:05 -0700)
treed1a693bd399e038a3bb1abb81dbc8470c450d6cf
parentab408bdbbaebbd8aaf1c0dcdd8208341db505a5d
Remove .hh_file from hhas

Summary: This is always true. Don't bother emitting and parsing it.

Reviewed By: oulgen

Differential Revision: D16449718

fbshipit-source-id: d18e3259beb12ae687760ef4219d122806bf3aa1
135 files changed:
hphp/compiler/package.cpp
hphp/hack/src/hhbc/print.rs
hphp/hack/test/pocket_universes/compile/closure.good.php.exp
hphp/hack/test/pocket_universes/compile/members.good.php.exp
hphp/hack/test/pocket_universes/compile/members2.good.php.exp
hphp/hack/test/pocket_universes/compile/members3.good.php.exp
hphp/hack/test/pocket_universes/compile/pu_as_key.good.php.exp
hphp/hack/test/pocket_universes/compile/trait.good.php.exp
hphp/hack/test/pocket_universes/compile/trait_members.good.php.exp
hphp/hack/test/pocket_universes/compile/trait_superclass.good.php.exp
hphp/hack/test/pocket_universes/compile/trait_superclass_members.good.php.exp
hphp/hack/test/pocket_universes/compile/trait_uses_trait.good.php.exp
hphp/hack/test/pocket_universes/compile/translate.good.php.exp
hphp/hhbbc/emit.cpp
hphp/hhbbc/parse.cpp
hphp/hhbbc/representation.h
hphp/runtime/base/autoload-handler.cpp
hphp/runtime/base/exceptions.h
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/unit-cache.cpp
hphp/runtime/vm/as.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/disas.cpp
hphp/runtime/vm/hh-utils.cpp
hphp/runtime/vm/unit-emitter.cpp
hphp/runtime/vm/unit-emitter.h
hphp/runtime/vm/unit-inl.h
hphp/runtime/vm/unit.cpp
hphp/runtime/vm/unit.h
hphp/runtime/vm/verifier/fuzzer/fuzzer.ml
hphp/test/quick/access_modifier.hhas
hphp/test/quick/asm_alias.hhas
hphp/test/quick/asm_array.hhas
hphp/test/quick/asm_array_elem.hhas
hphp/test/quick/asm_array_packed.hhas
hphp/test/quick/asm_assert_optobj.hhas
hphp/test/quick/asm_assert_t.hhas
hphp/test/quick/asm_bad_array_elem.hhas
hphp/test/quick/asm_class.hhas
hphp/test/quick/asm_closure.hhas
hphp/test/quick/asm_cont.hhas
hphp/test/quick/asm_declvars.hhas
hphp/test/quick/asm_dvinit.hhas
hphp/test/quick/asm_dvinit_fault.hhas
hphp/test/quick/asm_escape.hhas
hphp/test/quick/asm_fatal_await.hhas
hphp/test/quick/asm_fault.hhas
hphp/test/quick/asm_fault_endings.hhas
hphp/test/quick/asm_fcall.hhas
hphp/test/quick/asm_file_attributes.hhas
hphp/test/quick/asm_hoistable_1.hhas
hphp/test/quick/asm_hoistable_2.hhas
hphp/test/quick/asm_hoistable_3.hhas
hphp/test/quick/asm_iterbreak.hhas
hphp/test/quick/asm_jumps.hhas
hphp/test/quick/asm_newstructarray.hhas
hphp/test/quick/asm_prop_init.hhas
hphp/test/quick/asm_ret_type.hhas
hphp/test/quick/asm_sswitch.hhas
hphp/test/quick/asm_sswitch_slow.hhas
hphp/test/quick/asm_stack_depth_and_jmp.hhas
hphp/test/quick/asm_switch.hhas
hphp/test/quick/asm_trait.hhas
hphp/test/quick/asm_type.hhas
hphp/test/quick/asm_types.hhas
hphp/test/quick/asm_unnamed.hhas
hphp/test/quick/asm_unusual_lifetimes.hhas
hphp/test/quick/asm_user_attrs.hhas
hphp/test/quick/assertRATL_block_end.hhas
hphp/test/quick/assertRATStk_block_end.hhas
hphp/test/quick/assert_to_nop.hhas
hphp/test/quick/bad_array_type.hhas
hphp/test/quick/bad_array_type2.hhas
hphp/test/quick/bare_this_null.hhas
hphp/test/quick/baseH.hhas
hphp/test/quick/bool_operations.hhas
hphp/test/quick/check_init_prop.hhas
hphp/test/quick/class_torture.hhas
hphp/test/quick/constructor_destructor.hhas
hphp/test/quick/createcl.hhas
hphp/test/quick/data_type_mismatch.hhas
hphp/test/quick/def_oob.hhas
hphp/test/quick/dv_from_entry.hhas
hphp/test/quick/generator_opcodes.hhas
hphp/test/quick/hhas_fc_enum.hhas
hphp/test/quick/hopt-translator_unwind.hhas
hphp/test/quick/illegal_pair.hhas
hphp/test/quick/incorrect_closure.hhas
hphp/test/quick/jump_to_first.hhas
hphp/test/quick/member_key_offset.hhas
hphp/test/quick/member_mode_inconsistency.hhas
hphp/test/quick/member_mode_inconsistency2.hhas
hphp/test/quick/neg_iva.hhas
hphp/test/quick/neg_iva.hhas.expectf
hphp/test/quick/non_async_await.hhas
hphp/test/quick/oodeclexists.hhas
hphp/test/quick/silence.hhas
hphp/test/quick/translator_unwind.hhas
hphp/test/quick/unreachable-fpi-1.hhas
hphp/test/quick/unreachable-fpi-2.hhas
hphp/test/quick/whresult.hhas
hphp/test/slow/closure/extend_closure.hhas
hphp/test/slow/closure/invalid-class-name.hhas
hphp/test/slow/closure/invalid-class-name.hhas.expectf
hphp/test/slow/dict/add-new-elem-c.hhas
hphp/test/slow/hhbbc/global-dce-2.hhas
hphp/test/slow/hhbbc/global-dce.hhas
hphp/test/slow/ir_inlining/unreachable-calls.hhas
hphp/test/slow/ir_memory/bad_store_elim.hhas
hphp/test/slow/keyset/add-elem-c.hhas
hphp/test/slow/object/const/lockobj_invalid_input_type.hhas
hphp/test/slow/object/const/missing_no_dynamic.hhas
hphp/test/slow/object/const/missing_no_dynamic.hhas.expectf
hphp/test/slow/object/const/not_all_props.hhas
hphp/test/slow/object/const/not_all_props.hhas.expectf
hphp/test/slow/object/const/not_on_enum.hhas
hphp/test/slow/object/const/not_on_enum.hhas.expectf
hphp/test/slow/object/const/not_on_interface.hhas
hphp/test/slow/object/const/not_on_interface.hhas.expectf
hphp/test/slow/object/const/not_on_late_init_prop.hhas
hphp/test/slow/object/const/not_on_late_init_prop.hhas.expectf
hphp/test/slow/object/const/not_on_trait.hhas
hphp/test/slow/object/const/not_on_trait.hhas.expectf
hphp/test/slow/object/const/static/not_on_static_late_init_prop.hhas
hphp/test/slow/object/const/static/not_on_static_late_init_prop.hhas.expectf
hphp/test/slow/parser/memory_exhaust.hhas
hphp/test/slow/redefine-builtin-hhas.hhas
hphp/test/slow/reified_generics/tunresolved-in-fcall.hhas
hphp/test/slow/rx/invalid_attrs1.hhas
hphp/test/slow/rx/invalid_attrs1.hhas.expectf
hphp/test/slow/rx/invalid_attrs2.hhas
hphp/test/slow/rx/invalid_attrs2.hhas.expectf
hphp/test/slow/rx/invalid_disabled_flag.hhas
hphp/test/slow/rx/invalid_disabled_flag.hhas.expectf
hphp/test/slow/vec/add-elem-c.hhas