Kathryn-cat opened a new pull request, #681:
URL: https://github.com/apache/tvm-ffi/pull/681

    ## PR summary
   
     ### Summary
   
     This PR corrects how StructuralVisitor propagates definition-region state 
while traversing reflected fields.
   
     Previously, unannotated fields were always visited with 
DefRegionKind::None. This caused recursive definition regions to be lost while 
descending through nested objects. At the same time, a non-recursive definition 
must apply to the defined FreeVar identity without incorrectly marking all of 
that variable’s children as definitions.
   
   Also make `StructuralVisitor` constructor a protected member with vtable as 
input.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to