static arrays should be const ArrayData*
commit40047e4f69ac73dd7076fcbfcfcfa521b24524d3
authorEdwin Smith <smith@fb.com>
Fri, 22 Apr 2016 14:59:24 +0000 (22 07:59 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Fri, 22 Apr 2016 15:00:39 +0000 (22 08:00 -0700)
tree99cacb87685ad02202ee810d285f12312252f004
parent0d4aa4b188d40ee584c6de86c527e406739cb8ea
static arrays should be const ArrayData*

Summary:Unit::lookupArrayId() now returns const ArrayData*, and
the interpreter decode stuff is const-ified.

Differential Revision: D3198943

fb-gh-sync-id: fcc9a1f9cd3b2320329a19171dc1fd52433439bb
fbshipit-source-id: fcc9a1f9cd3b2320329a19171dc1fd52433439bb
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/bytecode.h
hphp/runtime/vm/unit-inl.h
hphp/runtime/vm/unit.h