Use LowFuncPtr for Class method table
commit09e8fbd4e0fe403558d435df803b387ca21c14ff
authorMax Wang <mwang@fb.com>
Tue, 30 Sep 2014 20:37:51 +0000 (30 13:37 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Mon, 6 Oct 2014 17:30:24 +0000 (6 10:30 -0700)
treef06892d2fcf44290d84b28ffa6330995eea280d1
parentba11ac6b23029a292c81c352144636687e1c58d9
Use LowFuncPtr for Class method table

Summary: Probably uses less memory or something.

Reviewed By: @edwinsmith

Differential Revision: D1587099
hphp/runtime/base/types.h
hphp/runtime/vm/class-inl.h
hphp/runtime/vm/class.cpp
hphp/runtime/vm/class.h
hphp/runtime/vm/jit/code-gen-x64.cpp