We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a7e1c commit 5a4c460Copy full SHA for 5a4c460
ext/ffi/ffi.c
@@ -2917,6 +2917,7 @@ static ZEND_FUNCTION(ffi_trampoline) /* {{{ */
2917
}
2918
/* }}} */
2919
2920
+/* This function was manually optimized to reduce the overhead of calling native functions */
2921
static zend_function *zend_ffi_get_func(zend_object **obj, zend_string *name, const zval *key) /* {{{ */
2922
{
2923
zend_ffi *ffi = (zend_ffi*)*obj;
0 commit comments