Enable reified generics in the runtime
commit207adb095ee1e3c81f862aa32d8676e5ec509ce3
authorOguz Ulgen <oulgen@fb.com>
Fri, 22 Mar 2019 04:07:39 +0000 (21 21:07 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 22 Mar 2019 04:10:52 +0000 (21 21:10 -0700)
treeb216dca0a79c49d650a080044568ff1559dfe080
parent1824535b97fbc94b4e6d4fc54108cf79570db0ab
Enable reified generics in the runtime

Summary:
This diff turns reified generics on in the runtime.

This diff also makes reified generics a parser option and removes it from being a runtime option so that if we need to turn it off, we can do it easily.

Reviewed By: markw65

Differential Revision: D14511864

fbshipit-source-id: 116fe21cd40994528e1adc93e33e30cf330d3d8e
hphp/runtime/base/runtime-option.cpp
hphp/runtime/base/runtime-option.h
hphp/runtime/base/unit-cache.cpp