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
Change code generation to reduce the stack usage in non optimized builds (Issue #1034)
Move required field support for oneof into a generated helper (#1041)
Work around stack usage for non optimize build and switch statements (#1040)
Work around excessive stack space in non optimized builds during oneof isInitialized (#1042)
Revise the way storage calculations are done to take into account the cost of singular message fields since those directly increase the size of the containing message (#1046)