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
ZJIT: Pin the profiling metadata layout the memdiet merge depends on
TypeDistribution is 32 bytes and ProfileEntry 32; with the stack's 8-bucket
distributions an inline [ProfiledType; 8] layout would be 152, and the boxed
tail only costs the 3.6% of distributions that actually go polymorphic. Nothing
else fails if a future change widens the inline part or puts a Vec back in
ProfileEntry -- it just costs tens of megabytes on a compile-heavy workload --
so assert the sizes.
0 commit comments