php-in-php: class_implements() JIT via ClassImplementsJitHelper PHP (#16960)#16964
Merged
Conversation
…16960) Route dynamic class_implements() operands through VmReflection PHP helper and a thin __phpc_jit_class_implements bridge; keep compile-time object/value LLVM fast paths for AOT parity with master. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ClassImplementsJitHelper(SSOT:VmReflection::resolveClassForClassImplements()+classImplementsArray()) andStringClassImplementsthin__phpc_jit_class_implementsbridge viaJitVmHelperLink.JitClassImplementskeeps compile-time literal /TYPE_OBJECT/ boxed-object LLVM fast paths (AOT parity); routes other dynamic operands through PHP helper instead of rejecting at compile time.ClassImplementsRuntimeShrinkTestguard.Closes #16960
php-src reference
ext/standard/basic_functions.c—PHP_FUNCTION(class_implements)PHP implementation
ext/standard/ClassImplementsJitHelper.php— runtime SSOTlib/JIT/Builtin/StringClassImplements.php— JIT/AOT ABI bridgeext/standard/JitClassImplements.php— compile-time fast paths +routeThroughPhpHelper()Verification (Docker)
Note:
php script/check-selfhost-spine-coverage-sync.phpis red on master for unrelated LazyProperty spine drift (#16958); not introduced by this diff.Made with Cursor