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
flambda-backend: Check that stack frames are not too large (#10085) (oxcaml#561)
The frame table uses 16-bit unsigned integers to store the size of a
stack frame as well as the number and offsets of roots.
This commit adds a compile-time error if these 16-bit fields overflow.
Closes: #10072
Co-authored-by: Xavier Leroy <xavierleroy@users.noreply.github.com>
0 commit comments