You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a general tiering policy that minimizes time-to-performance, compile CPU, code size, invalidation churn, and warmup latency across short- and long-lived workloads.
Current boundary
The comparison harness deliberately performs ten warm calls to cross the current eight-entry optimizer threshold. That validates warmed performance but does not prove the threshold/policy is right for applications, cold work, polymorphism, shared realms, or large code.
Parent: #459
Depends on: #461, #466, #467, #471, #480
Goal
Build a general tiering policy that minimizes time-to-performance, compile CPU, code size, invalidation churn, and warmup latency across short- and long-lived workloads.
Current boundary
The comparison harness deliberately performs ten warm calls to cross the current eight-entry optimizer threshold. That validates warmed performance but does not prove the threshold/policy is right for applications, cold work, polymorphism, shared realms, or large code.
Scope
No-workaround rules
Acceptance
Foundation
Tier records from #52/#431 and managed-baseline preference at df86d687.