Pass generator body Func* to c_Continuation::alloc()
commit621a7d9c55e0ae03935c6cc6de87693d87af7f6d
authorJan Oravec <jan@fb.com>
Wed, 19 Jun 2013 00:09:44 +0000 (18 17:09 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 21 Jun 2013 18:19:33 +0000 (21 11:19 -0700)
tree767f39166c9e2c779db028ee78cbf0052b1d1399
parentdde3c9e8d8d585017c09201f98ba804bb24e4134
Pass generator body Func* to c_Continuation::alloc()

Pass generator body Func* to c_Continuation::alloc(), which is then
passed to the new helper that computes ActRec offset.
hphp/runtime/ext/ext_continuation.h
hphp/runtime/vm/bytecode.cpp