tlopex opened a new pull request, #794: URL: https://github.com/apache/tvm-ffi/pull/794
Add `VisitLayer<State>` to customize default recursion independently of callback dispatch, following the C++ Parent extension model. `VisitCallbacks::with_layer` and `WalkWithLayer` let visit and walk reuse traversal policies such as subtree scope management. Layers share callback state and compose through nested `(outer, inner)` tuples. Child traversal through reflection and registered FFI hooks re-enters the same engine. Existing traversal APIs remain compatible. -- 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]
