Problem
Bootstrap Phase B lint passes for test/bootstrap-aot/minimal_class.php and nullable_types.php, but Phase C link fails:
minimal_class.php uses new Greeter() → JIT: Unsupported native type __object__
nullable_types.php uses user-defined greet() → compile/link not ready
These are excluded from aot_link_targets in bootstrap-lib.php until fixed.
Tasks
Tracks #212 / #512.
Problem
Bootstrap Phase B lint passes for
test/bootstrap-aot/minimal_class.phpandnullable_types.php, but Phase C link fails:minimal_class.phpusesnew Greeter()→ JIT:Unsupported native type __object__nullable_types.phpuses user-definedgreet()→ compile/link not readyThese are excluded from
aot_link_targetsinbootstrap-lib.phpuntil fixed.Tasks
__object__JIT type (lib/JIT/Builtin/Type/Object_.phpis currently commented out)minimal_class.phpandclass_nullable_property.phpnullable_types.php(namespaced or plain user func)bootstrapDefaultAotLinkTargets()link-pending listTracks #212 / #512.