tqchen commented on PR #18059: URL: https://github.com/apache/tvm/pull/18059#issuecomment-2974540411
thanks @Johnson9009 for asking! there are several reasons, mostly better design, broader coverage and faster speed - It will be able to be more unified with the Any/AnyView system, so we can for example have Any as a field in object - More generically handle things like type exposures to python, opening doors to getting stub information - Likely the new impl will be faster when accessing AST fields as we will directly jump to getter of the field instead of running through runtime visitor -- 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]
