The GitHub Actions job "CI" on 
tvm-ffi.git/tvm-ffi-optimize-dynamic-runtimetypeindex-loading has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
a70388c2547db330fa2b1e6e9e66583f19ae97a2 / tqchen <[email protected]>
[OBJECT] Optimize dynamic RuntimeTypeIndex loads

Cache dynamically allocated type indices in a static inline const _type_index 
and make RuntimeTypeIndex return the cached value directly. This moves 
_GetOrAllocRuntimeTypeIndex to cold/startup code and reduces the hot accessor 
to a plain load.

A side codegen probe shows ReadDynTypeIndex shrinking from 176 B with 
guard/allocation checks to 14 B, while total probe object size drops from 769 B 
to 634 B despite the added _type_index guard/init storage.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/27780411710

With regards,
GitHub Actions via GitBox


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

Reply via email to