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
This helps distinguish an OutOfMemory (intended to be for running out of
code space) from a native frame needing too much stack space. On
protoboeuf, for example:
Top-2 compile error reasons (100.0% of total 5,798,926):
out_of_memory: 3,074,342 (53.0%)
native_stack_too_large: 2,724,584 (47.0%)
0 commit comments