Make GlobalData have a key and a value
commit43b380733ad102825deafaa4843aa609777f0c63
authorEmil Hesslow <emil@fb.com>
Tue, 24 Mar 2020 18:16:37 +0000 (24 11:16 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Mar 2020 18:20:53 +0000 (24 11:20 -0700)
tree3b82a0a62e40ede6b78402fe9f3ab7180c2bf15a
parent764fd9f2b360d544cacaea1a23e6d581a9dae1af
Make GlobalData have a key and a value

Summary:
- In my next diff I'm adding the autoload map in the global data table. Having everything in one blob made it very hard to be able to read parts of it but not all.
- So this diff makes Global data a key value thing.

Reviewed By: jano

Differential Revision: D20198320

fbshipit-source-id: 0e0c9b882ad260ac79d4bd8693b8860ce39deca3
hphp/runtime/vm/repo.cpp