Optimized way to call $cont->{next,send,raise}()
Caching pointers to HPHP::VM::Func improved overall CPU time by about
2%, simplifying invokefunc() by another 1.5%.
Once asynchronous functions are natively implemented, we will be able to
eliminate >95% of these VM reenters.