HomePhabricator

Optimized way to call $cont->{next,send,raise}()

Description

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.

Details

Provenance
janAuthored on
Sara GolemonCommitted on Jan 30 2013, 8:20 PM
Parents
rOSHDdc416fafe46a: Move/delete various files from hphp/bin, change tools to a link
Branches
Unknown
Tags
Unknown
ChangeId
None