The GitHub Actions job "CI" on tvm-ffi.git/cold-mutate-error-path has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
c86c645f8cc25ae03302c36f809de700f1fce708 / tqchen <[email protected]>
[PERF][EXTRA] Move structural-mutate error construction out of the hot path

TryLink inlines into the per-node dispatch function, so two error constructions
only the matched path can reach sit in a stack frame every node pays for. Making
them cold statics takes that frame from 216 to 120 bytes.

Follows BadStructuralMutateHookError, already cold for the same reason; these
were the two sites it missed. No semantic change.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to