Simplify LdObjInvoke with a persistent const class.
commit9de4e59a4e0dd894681e3aa4ae215f325a1f8bb4
authorAlex Malyshev <alexanderm@fb.com>
Mon, 21 Jul 2014 21:25:33 +0000 (21 14:25 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Fri, 25 Jul 2014 18:00:21 +0000 (25 11:00 -0700)
treea8fa1d125ef605e41fd8475a2ea4c79ec9fb094d
parent684240e28c02286d6243da88200c1adcab4642e3
Simplify LdObjInvoke with a persistent const class.

Summary: We can just load the Func* and propagate it.

Reviewed By: @bertmaher

Differential Revision: D1453838
hphp/runtime/vm/jit/simplifier.cpp
hphp/runtime/vm/jit/simplifier.h
hphp/runtime/vm/jit/test/simplifier.cpp