And despite it not being nice, some optimizations rely on type or function names schemas/substrings/etc
It sucks, but thats how it works
It doesnt have to be malicious just sometimes it is safer to deploy optimization only for your libs than risk breaking stuff
Or your frontend is not giving you more data which you can rely on
if(AskLLM("Does function signature+name look like error handling code")) { TurnOffInliner(); }
E.g "__nvidia_experimental_feature_xyz_v1"
... until somebody randomly chooses the same name for some reason and gets hosed.
You're not helping.
And despite it not being nice, some optimizations rely on type or function names schemas/substrings/etc
It sucks, but thats how it works
It doesnt have to be malicious just sometimes it is safer to deploy optimization only for your libs than risk breaking stuff
Or your frontend is not giving you more data which you can rely on