tqchen opened a new pull request, #733:
URL: https://github.com/apache/tvm-ffi/pull/733

   This PR refactor optimizes StructuralMap.
   
   - Move successful Expected payloads through structural-mutation hooks 
without redundant reference-count traffic, while returning conversion failures 
through Expected/Unexpected.
   - Require structural visit and mutation early returns to carry node context, 
and document the public mutation-unwrapping macro.
   - Select matching callbacks before recursive descent, identity-remap lookup, 
and callback-chain work.
   - Keep remapping and callback invocation inside matched continuations, 
including post-order target revalidation.
   - Add registered-hook and error-context coverage for successful, nullable, 
failing, and wrong-type mutation results.


-- 
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