Skip to content

zend_object_handlers: Replace function-like macros by (inline) functions#22297

Open
TimWolla wants to merge 1 commit into
php:masterfrom
TimWolla:zend-object-handlers-demacro
Open

zend_object_handlers: Replace function-like macros by (inline) functions#22297
TimWolla wants to merge 1 commit into
php:masterfrom
TimWolla:zend-object-handlers-demacro

Conversation

@TimWolla

Copy link
Copy Markdown
Member

zend_free_trampoline() requires access to the globals and thus cannot easily be made an inline function without moving it to a different (less-appropriate) header. Since trampolines should be comparatively rare, having an extra function call here should be okay.

`zend_free_trampoline()` requires access to the globals and thus
cannot easily be made an inline function without moving it to a
different (less-appropriate) header. Since trampolines should be
comparatively rare, having an extra function call here should be okay.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant