RootCauseunvalidated
In order for a function to get compiled, you either need to call it (just once is enough), or disable lazy compilation. — If you care about the actual tiering-up of the function. Tension: you need to spend a sufficient amount of time in the unoptimized version of the function. Outcome: typically by calling it sufficiently many times.
e8a10148-e72a-45d0-98aa-e805e51ec441
In order for a function to get compiled, you either need to call it (just once is enough), or disable lazy compilation. — If you care about the actual tiering-up of the function. Tension: you need to spend a sufficient amount of time in the unoptimized version of the function. Outcome: typically by calling it sufficiently many times.