Lunderberg commented on PR #17103:
URL: https://github.com/apache/tvm/pull/17103#issuecomment-2176655869

   I will attempt an additional implementation, in which `kTVMStr` and 
`kTVMBytes` use `value_.v_handle` to store a `tvm::runtime::StringObj*`, with 
the nested `Object*` constructed from the compiled module.  This will run the 
risk of incompatibility between `int32_t` and `std::atomic<int32_t>`, but 
there's no way to avoid that undefined behavior when constructing it from C.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to